diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:56:34 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:56:34 +0100 |
commit | 18e7157481637cb2f234daeccfb24d00813a90a6 (patch) | |
tree | 311f990fa0e89090d27033310b3ed139c52c1ef9 /extra/libraw1394/Pkgfile | |
parent | 7691cb7896313fe6ab96d6449fcb98925fa00fa3 (diff) | |
download | nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.tar.gz nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.tar.bz2 nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.tar.xz nutyx-pakxe-18e7157481637cb2f234daeccfb24d00813a90a6.zip |
libraw1394, déplacé dans base
Diffstat (limited to 'extra/libraw1394/Pkgfile')
-rwxr-xr-x | extra/libraw1394/Pkgfile | 18 |
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 -} |