summaryrefslogtreecommitdiffstats
path: root/libgphoto2/Pkgfile
blob: ab1f27a8a50ff5270a8bb798acb446eb6171c850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.14
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
}