summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/libraw1394/.footprint26
-rw-r--r--extra/libraw1394/.md5sum1
-rwxr-xr-xextra/libraw1394/Pkgfile18
3 files changed, 0 insertions, 45 deletions
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
-}