summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:56:34 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:56:34 +0100
commit18e7157481637cb2f234daeccfb24d00813a90a6 (patch)
tree311f990fa0e89090d27033310b3ed139c52c1ef9 /base
parent7691cb7896313fe6ab96d6449fcb98925fa00fa3 (diff)
downloadnutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.tar.gz
nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.tar.bz2
nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.tar.xz
nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.zip
libraw1394, déplacé dans base
Diffstat (limited to 'base')
-rw-r--r--base/libraw1394/.footprint26
-rw-r--r--base/libraw1394/.md5sum1
-rwxr-xr-xbase/libraw1394/Pkgfile17
3 files changed, 44 insertions, 0 deletions
diff --git a/base/libraw1394/.footprint b/base/libraw1394/.footprint
new file mode 100644
index 000000000..15750d974
--- /dev/null
+++ b/base/libraw1394/.footprint
@@ -0,0 +1,26 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dumpiso
+-rwxr-xr-x root/root usr/bin/sendiso
+-rwxr-xr-x root/root usr/bin/testlibraw
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libraw1394/
+-rw-r--r-- root/root usr/include/libraw1394/csr.h
+-rw-r--r-- root/root usr/include/libraw1394/ieee1394.h
+-rw-r--r-- root/root usr/include/libraw1394/raw1394.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libraw1394.a
+-rwxr-xr-x root/root usr/lib/libraw1394.la
+lrwxrwxrwx root/root usr/lib/libraw1394.so -> libraw1394.so.11.0.1
+lrwxrwxrwx root/root usr/lib/libraw1394.so.11 -> libraw1394.so.11.0.1
+-rwxr-xr-x root/root usr/lib/libraw1394.so.11.0.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libraw1394.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/dumpiso.1.gz
+-rw-r--r-- root/root usr/share/man/man1/sendiso.1.gz
+-rw-r--r-- root/root usr/share/man/man1/testlibraw.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/isodump.5.gz
diff --git a/base/libraw1394/.md5sum b/base/libraw1394/.md5sum
new file mode 100644
index 000000000..75db2955b
--- /dev/null
+++ b/base/libraw1394/.md5sum
@@ -0,0 +1 @@
+38d6dad9c90dcb776574af0ee93bda33 libraw1394-2.0.4.tar.gz
diff --git a/base/libraw1394/Pkgfile b/base/libraw1394/Pkgfile
new file mode 100755
index 000000000..41f07e2d3
--- /dev/null
+++ b/base/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.4
+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
+}