diff options
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 +} + |