summaryrefslogtreecommitdiffstats
path: root/libexif/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:45:42 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:45:42 +0200
commitff08dbc669590c2681c5f0185427e8a4b73730b4 (patch)
tree76b5ddf5f4074676d61b2e82d9a1502f90d6eaf8 /libexif/Pkgfile
parent79a234bc354c4348a46645b92c11669866718a8e (diff)
downloadnutyx-pakxe-ff08dbc669590c2681c5f0185427e8a4b73730b4.tar.gz
nutyx-pakxe-ff08dbc669590c2681c5f0185427e8a4b73730b4.tar.bz2
nutyx-pakxe-ff08dbc669590c2681c5f0185427e8a4b73730b4.tar.xz
nutyx-pakxe-ff08dbc669590c2681c5f0185427e8a4b73730b4.zip
libexif, ajout
Diffstat (limited to 'libexif/Pkgfile')
-rwxr-xr-xlibexif/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libexif/Pkgfile b/libexif/Pkgfile
new file mode 100755
index 000000000..bf5840886
--- /dev/null
+++ b/libexif/Pkgfile
@@ -0,0 +1,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
+}