diff options
Diffstat (limited to 'extra/libdc1394/Pkgfile')
-rwxr-xr-x | extra/libdc1394/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libdc1394/Pkgfile b/extra/libdc1394/Pkgfile new file mode 100755 index 000000000..0f01c3e1a --- /dev/null +++ b/extra/libdc1394/Pkgfile @@ -0,0 +1,17 @@ +# Description: Interface de haut niveau pour les appareils IEEE 1394 +# URL: http://sourceforge.net/project/libdc1394 +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libraw1394 + +name=libdc1394 +version=2.0.2 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |