summaryrefslogtreecommitdiffstats
path: root/extra/libzip/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:47:03 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:47:03 +0200
commitc89e076f76da041a214e3f554b4271d014daa6ec (patch)
tree6ecbeed6a4df2a4bf42ee8477d56edbb09372acd /extra/libzip/Pkgfile
parent831b90c848565c4530794af37ce64382c80f2e5c (diff)
downloadnutyx-pakxe-c89e076f76da041a214e3f554b4271d014daa6ec.tar.gz
nutyx-pakxe-c89e076f76da041a214e3f554b4271d014daa6ec.tar.bz2
nutyx-pakxe-c89e076f76da041a214e3f554b4271d014daa6ec.tar.xz
nutyx-pakxe-c89e076f76da041a214e3f554b4271d014daa6ec.zip
Ajout de libzip#0.9-1
Diffstat (limited to 'extra/libzip/Pkgfile')
-rw-r--r--extra/libzip/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libzip/Pkgfile b/extra/libzip/Pkgfile
new file mode 100644
index 000000000..ca3369d5d
--- /dev/null
+++ b/extra/libzip/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+# Depends on:
+
+name=libzip
+version=0.9
+release=1
+source=(http://www.nih.at/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}