diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:43:01 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:43:01 +0200 |
commit | 6eb0e0b6fc287d5d946a0547d8f708afdaddc4db (patch) | |
tree | 47f4f2a5e207178f28e39a36a34089514d4ad6b1 /extra/libzip/Pkgfile | |
parent | 4bd0b8e14c548662a41815af9702c0a4ee046d7d (diff) | |
download | nutyx-pakxe-6eb0e0b6fc287d5d946a0547d8f708afdaddc4db.tar.gz nutyx-pakxe-6eb0e0b6fc287d5d946a0547d8f708afdaddc4db.tar.bz2 nutyx-pakxe-6eb0e0b6fc287d5d946a0547d8f708afdaddc4db.tar.xz nutyx-pakxe-6eb0e0b6fc287d5d946a0547d8f708afdaddc4db.zip |
libzip dans extra
Diffstat (limited to 'extra/libzip/Pkgfile')
-rw-r--r-- | extra/libzip/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/libzip/Pkgfile b/extra/libzip/Pkgfile new file mode 100644 index 000000000..3dfbcf2b5 --- /dev/null +++ b/extra/libzip/Pkgfile @@ -0,0 +1,16 @@ +# Description: Librairie pour la compression de fichiers +# URL: http://www.nih.at/libzip/index.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libzip +version=0.9.3 +release=1 +source=(http://www.nih.at/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |