summaryrefslogtreecommitdiffstats
path: root/base/libpng/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:53:04 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:53:04 +0100
commit7691cb7896313fe6ab96d6449fcb98925fa00fa3 (patch)
treead7ec3a90bc007e064a23ef51e8667edf3489146 /base/libpng/Pkgfile
parentce6c7b1b8460e2b7fef1136f77b9e19e1ae0b3a8 (diff)
downloadnutyx-pakxe-7691cb7896313fe6ab96d6449fcb98925fa00fa3.tar.gz
nutyx-pakxe-7691cb7896313fe6ab96d6449fcb98925fa00fa3.tar.bz2
nutyx-pakxe-7691cb7896313fe6ab96d6449fcb98925fa00fa3.tar.xz
nutyx-pakxe-7691cb7896313fe6ab96d6449fcb98925fa00fa3.zip
libpng, déplacé dans base
Diffstat (limited to 'base/libpng/Pkgfile')
-rwxr-xr-xbase/libpng/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/libpng/Pkgfile b/base/libpng/Pkgfile
new file mode 100755
index 000000000..6a0d20801
--- /dev/null
+++ b/base/libpng/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie de fonctions de support PNG
+# URL: http://www.libpng.org/pub/png/libpng.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libpng
+version=1.2.39
+release=1
+source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \
+ http://www.linuxfromscratch.org/patches/blfs/svn/libpng-$version-apng-1.patch)
+
+
+build() {
+ cd $name-$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
+}