diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libraw1394/.footprint | 26 | ||||
-rw-r--r-- | extra/libraw1394/.md5sum | 1 | ||||
-rwxr-xr-x | extra/libraw1394/Pkgfile | 18 |
3 files changed, 45 insertions, 0 deletions
diff --git a/extra/libraw1394/.footprint b/extra/libraw1394/.footprint new file mode 100644 index 000000000..f70dace56 --- /dev/null +++ b/extra/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.8.1.1 +lrwxrwxrwx root/root usr/lib/libraw1394.so.8 -> libraw1394.so.8.1.1 +-rwxr-xr-x root/root usr/lib/libraw1394.so.8.1.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/extra/libraw1394/.md5sum b/extra/libraw1394/.md5sum new file mode 100644 index 000000000..09a25fece --- /dev/null +++ b/extra/libraw1394/.md5sum @@ -0,0 +1 @@ +e6210ff05b7f4ec0401ad3d11f493e1a libraw1394-1.2.1.tar.gz diff --git a/extra/libraw1394/Pkgfile b/extra/libraw1394/Pkgfile new file mode 100755 index 000000000..094b2705d --- /dev/null +++ b/extra/libraw1394/Pkgfile @@ -0,0 +1,18 @@ +# 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 +# Depends on: + +name=libraw1394 +version=1.2.1 +release=1 +source=(http://www.linux1394.org/dl/libraw1394-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + -mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |