2016-01-20 03:30:27 +08:00
|
|
|
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libavc1394
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
pkgname=libavc1394
|
2012-05-07 13:05:44 +08:00
|
|
|
pkgver=0.5.4
|
2016-01-20 03:30:27 +08:00
|
|
|
pkgrel=2
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
|
2016-01-20 03:30:27 +08:00
|
|
|
arch=("x86_64")
|
2010-03-14 23:48:48 +08:00
|
|
|
url="http://sourceforge.net/projects/libavc1394/"
|
|
|
|
license=('LGPL')
|
2012-05-07 13:05:44 +08:00
|
|
|
depends=('libraw1394')
|
2010-03-14 23:48:48 +08:00
|
|
|
source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz)
|
2012-05-07 13:05:44 +08:00
|
|
|
md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
2012-05-07 13:05:44 +08:00
|
|
|
|
2016-01-20 03:30:27 +08:00
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man --disable-static
|
2012-05-07 13:05:44 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
|
|
|
|
make DESTDIR="${pkgdir}" install
|
2010-03-14 23:48:48 +08:00
|
|
|
}
|