summaryrefslogtreecommitdiffstats
path: root/libexif/Pkgfile
blob: bf584088672daf6859cae772e90bc07568794954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie pour l'édition de fichiers EXIF
# URL: http://libexif.sourceforge.net
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libexif
version=0.6.20
release=1
source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)


build() {
cd $name-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
	--with-doc-dir=/usr/share/doc/libexif-$version
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc       
}