From 18e7157481637cb2f234daeccfb24d00813a90a6 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 23:56:34 +0100 Subject: libraw1394, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libraw1394/.footprint | 26 ++++++++++++++++++++++++++ base/libraw1394/.md5sum | 1 + base/libraw1394/Pkgfile | 17 +++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 base/libraw1394/.footprint create mode 100644 base/libraw1394/.md5sum create mode 100755 base/libraw1394/Pkgfile (limited to 'base') 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 +} -- cgit v1.2.3-70-g09d2