summaryrefslogtreecommitdiffstats
path: root/extra/libraw1394/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libraw1394/Pkgfile')
-rwxr-xr-xextra/libraw1394/Pkgfile18
1 files changed, 0 insertions, 18 deletions
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
-}