diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:33:41 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:33:41 +0200 |
commit | 385b1813a0e7480841c28c5e8021ecb4c393763d (patch) | |
tree | 350abe139d3763852f42a9c88c4eecde3b2aed32 /libgphoto2/Pkgfile | |
parent | a132a8c1e3819cb51a5c68eab625e9748a22df96 (diff) | |
download | nutyx-pakxe-385b1813a0e7480841c28c5e8021ecb4c393763d.tar.gz nutyx-pakxe-385b1813a0e7480841c28c5e8021ecb4c393763d.tar.bz2 nutyx-pakxe-385b1813a0e7480841c28c5e8021ecb4c393763d.tar.xz nutyx-pakxe-385b1813a0e7480841c28c5e8021ecb4c393763d.zip |
libgphoto2, ajout
Diffstat (limited to 'libgphoto2/Pkgfile')
-rwxr-xr-x | libgphoto2/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libgphoto2/Pkgfile b/libgphoto2/Pkgfile new file mode 100755 index 000000000..fc5551d70 --- /dev/null +++ b/libgphoto2/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie permettant l'accès aux appareils photos digital +# URL: http://www.gphoto.org/proj/libgphoto2/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libjpeg, libexif, libusb-compat +# Run on: libjpeg,libexif,libusb-compat + +name=libgphoto2 +version=2.4.10.1 +release=1 +source=(http://downloads.sourceforge.net/gphoto/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr --sysconfdir=/etc + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +} + |