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 +++++++++++++++++ extra/libraw1394/.footprint | 26 -------------------------- extra/libraw1394/.md5sum | 1 - extra/libraw1394/Pkgfile | 18 ------------------ 6 files changed, 44 insertions(+), 45 deletions(-) create mode 100644 base/libraw1394/.footprint create mode 100644 base/libraw1394/.md5sum create mode 100755 base/libraw1394/Pkgfile delete mode 100644 extra/libraw1394/.footprint delete mode 100644 extra/libraw1394/.md5sum delete mode 100755 extra/libraw1394/Pkgfile 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 +} diff --git a/extra/libraw1394/.footprint b/extra/libraw1394/.footprint deleted file mode 100644 index 15750d974..000000000 --- a/extra/libraw1394/.footprint +++ /dev/null @@ -1,26 +0,0 @@ -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/extra/libraw1394/.md5sum b/extra/libraw1394/.md5sum deleted file mode 100644 index 75db2955b..000000000 --- a/extra/libraw1394/.md5sum +++ /dev/null @@ -1 +0,0 @@ -38d6dad9c90dcb776574af0ee93bda33 libraw1394-2.0.4.tar.gz diff --git a/extra/libraw1394/Pkgfile b/extra/libraw1394/Pkgfile deleted file mode 100755 index c4115e3c6..000000000 --- a/extra/libraw1394/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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=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