diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 16:44:45 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 16:44:45 +0200 |
commit | 5767b6145039ee37c10fe11a193c5c704c183892 (patch) | |
tree | 61277fccf6afebd428de7f2694fda4ab7ef34716 /extra/libgphoto2/Pkgfile | |
parent | 1f592fb9f9255c4b0f1780fae6c2b8b8cc5dde50 (diff) | |
download | nutyx-pakxe-5767b6145039ee37c10fe11a193c5c704c183892.tar.gz nutyx-pakxe-5767b6145039ee37c10fe11a193c5c704c183892.tar.bz2 nutyx-pakxe-5767b6145039ee37c10fe11a193c5c704c183892.tar.xz nutyx-pakxe-5767b6145039ee37c10fe11a193c5c704c183892.zip |
Ajout de libgphoto2#2.4.4-1
Diffstat (limited to 'extra/libgphoto2/Pkgfile')
-rwxr-xr-x | extra/libgphoto2/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libgphoto2/Pkgfile b/extra/libgphoto2/Pkgfile new file mode 100755 index 000000000..4b854a8c5 --- /dev/null +++ b/extra/libgphoto2/Pkgfile @@ -0,0 +1,17 @@ +# 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: + +name=libgphoto2 +version=2.4.4 +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 +} |