summaryrefslogtreecommitdiffstats
path: root/extra/libraw1394/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:39:27 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:39:27 +0200
commit36a2ee8975fe8b946fb05a0c46454257fb9a6b64 (patch)
tree2ce5a3ca4d8ddbf34da5cb90638e8938a5a55f23 /extra/libraw1394/Pkgfile
parent44bd65d8abccd2a2b8be9f1049b8703a4636d39a (diff)
downloadnutyx-pakxe-36a2ee8975fe8b946fb05a0c46454257fb9a6b64.tar.gz
nutyx-pakxe-36a2ee8975fe8b946fb05a0c46454257fb9a6b64.tar.bz2
nutyx-pakxe-36a2ee8975fe8b946fb05a0c46454257fb9a6b64.tar.xz
nutyx-pakxe-36a2ee8975fe8b946fb05a0c46454257fb9a6b64.zip
libraw1394 dans extra
Diffstat (limited to 'extra/libraw1394/Pkgfile')
-rwxr-xr-xextra/libraw1394/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libraw1394/Pkgfile b/extra/libraw1394/Pkgfile
new file mode 100755
index 000000000..a1502ada9
--- /dev/null
+++ b/extra/libraw1394/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Fournit un accès directe au bus IEEE 1394
+# URL: http://sourceforge.net/projects/libraw1394/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libraw1394
+version=2.0.5
+release=1
+source=(http://downloads.sourceforge.net/project/libraw1394/libraw1394/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ -mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}