summaryrefslogtreecommitdiffstats
path: root/libiec61883/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libiec61883/Pkgfile')
-rwxr-xr-xlibiec61883/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libiec61883/Pkgfile b/libiec61883/Pkgfile
new file mode 100755
index 000000000..7544f8319
--- /dev/null
+++ b/libiec61883/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Couche d'interface pour le firewire
+# URL: http://www.linux1394.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libraw1394
+# Run on: libraw1394
+
+name=libiec61883
+version=1.2.0
+release=1
+source=(ftp://ftp.debian.org/debian/pool/main/libi/$name/${name}_$version.orig.tar.gz)
+build() {
+ cd $name*
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+