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 /base/libraw1394/Pkgfile | |
parent | 7691cb7896313fe6ab96d6449fcb98925fa00fa3 (diff) | |
download | nutyx-extra-18e7157481637cb2f234daeccfb24d00813a90a6.tar.gz nutyx-extra-18e7157481637cb2f234daeccfb24d00813a90a6.tar.bz2 nutyx-extra-18e7157481637cb2f234daeccfb24d00813a90a6.tar.xz nutyx-extra-18e7157481637cb2f234daeccfb24d00813a90a6.zip |
libraw1394, déplacé dans base
Diffstat (limited to 'base/libraw1394/Pkgfile')
-rwxr-xr-x | base/libraw1394/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} |