diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
commit | 13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch) | |
tree | 1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/libpng12/Pkgfile | |
parent | aa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff) | |
download | nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2 nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip |
suppression du dossier test
Diffstat (limited to 'test/libpng12/Pkgfile')
-rwxr-xr-x | test/libpng12/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/test/libpng12/Pkgfile b/test/libpng12/Pkgfile deleted file mode 100755 index 1db9d3792..000000000 --- a/test/libpng12/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# Description: Librairie de fonctions de support PNG version 1.2 -# URL: http://www.libpng.org/pub/png/libpng.html -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=libpng12 -version=1.2.42 -release=1 -source=( http://downloads.sourceforge.net/libpng/libpng-$version.tar.bz2\ - http://www.linuxfromscratch.org/patches/blfs/svn/libpng-1.2.42-apng-1.patch) - -build() { - cd libpng-$version - patch -Np1 -i ../libpng-$version-apng-1.patch - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --disable-debug - make - make DESTDIR=$PKG install - rm $PKG/usr/bin/libpng-config - rm $PKG/usr/include/{png.h,pngconf.h} - rm $PKG/usr/lib/libpng.{a,la,so,so.3} - rm $PKG/usr/lib/pkgconfig/libpng.pc - rm -r $PKG/usr/share/ -} |