diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:21:57 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:21:57 +0100 |
commit | 5bd127c0743239bc774481e4a7b947719c984f5d (patch) | |
tree | d1e603f0a0c64c82563efd0b33635ec452e3d529 /extra/libzip/Pkgfile | |
parent | 6d6fe47fe67d3e02ccc5f7093d4782ee24caffbc (diff) | |
download | nutyx-pakxe-5bd127c0743239bc774481e4a7b947719c984f5d.tar.gz nutyx-pakxe-5bd127c0743239bc774481e4a7b947719c984f5d.tar.bz2 nutyx-pakxe-5bd127c0743239bc774481e4a7b947719c984f5d.tar.xz nutyx-pakxe-5bd127c0743239bc774481e4a7b947719c984f5d.zip |
libzip, déplacé dans base
Diffstat (limited to 'extra/libzip/Pkgfile')
-rw-r--r-- | extra/libzip/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/libzip/Pkgfile b/extra/libzip/Pkgfile deleted file mode 100644 index ca3369d5d..000000000 --- a/extra/libzip/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -} |