summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-25 20:19:23 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-25 20:19:23 +0200
commitdd6eed4b9d66df679e7039b7469fcf3d6c31abaa (patch)
treee7b8fd26d09c03d8881e06da74a56b6b440ee12f /extra
parent59b892296db11124bd2a542becdbccc88ce370fb (diff)
downloadnutyx-extra-dd6eed4b9d66df679e7039b7469fcf3d6c31abaa.tar.gz
nutyx-extra-dd6eed4b9d66df679e7039b7469fcf3d6c31abaa.tar.bz2
nutyx-extra-dd6eed4b9d66df679e7039b7469fcf3d6c31abaa.tar.xz
nutyx-extra-dd6eed4b9d66df679e7039b7469fcf3d6c31abaa.zip
Ajout de libiec61883#1.1.0-1
Diffstat (limited to 'extra')
-rw-r--r--extra/libiec61883/.footprint20
-rw-r--r--extra/libiec61883/.md5sum1
-rwxr-xr-xextra/libiec61883/Pkgfile18
3 files changed, 39 insertions, 0 deletions
diff --git a/extra/libiec61883/.footprint b/extra/libiec61883/.footprint
new file mode 100644
index 000000000..004d3d923
--- /dev/null
+++ b/extra/libiec61883/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/plugctl
+-rwxr-xr-x root/root usr/bin/plugreport
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libiec61883/
+-rw-r--r-- root/root usr/include/libiec61883/iec61883.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libiec61883.a
+-rwxr-xr-x root/root usr/lib/libiec61883.la
+lrwxrwxrwx root/root usr/lib/libiec61883.so -> libiec61883.so.0.1.0
+lrwxrwxrwx root/root usr/lib/libiec61883.so.0 -> libiec61883.so.0.1.0
+-rwxr-xr-x root/root usr/lib/libiec61883.so.0.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libiec61883.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/plugctl.1.gz
+-rw-r--r-- root/root usr/share/man/man1/plugreport.1.gz
diff --git a/extra/libiec61883/.md5sum b/extra/libiec61883/.md5sum
new file mode 100644
index 000000000..2d6ce4891
--- /dev/null
+++ b/extra/libiec61883/.md5sum
@@ -0,0 +1 @@
+08f46840912ae2032499186228842a32 libiec61883-1.1.0.tar.gz
diff --git a/extra/libiec61883/Pkgfile b/extra/libiec61883/Pkgfile
new file mode 100755
index 000000000..f539ffc07
--- /dev/null
+++ b/extra/libiec61883/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+
+name=libiec61883
+version=1.1.0
+release=1
+source=(http://www.linux1394.org/dl/$name-$version.tar.gz)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}