stage 4 package updates
[hdw-linux/hdw-linux.git] / packages / multimedia / libpng / libpng
1 # hdw - linux libpng package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 1.2.8
6 # [S] 3-3
7 # [D] libpng-1.2.8.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/libpng/
8
9 make_conf="prefix=$prefix ZLIBINC= ZLIBLIB= $make_conf"
10 install_conf="prefix=$prefix $install_conf"
11
12 pre_install()   {
13         cp -v scripts/makefile.linux Makefile
14                 }
15
16 post_install()  {
17         [ -f $prefix/include/libpng12/png.h ] && \
18                 ln -svf libpng12/png.h $prefix/include/png.h
19         [ -f $prefix/include/libpng12/pngconf.h ] && \
20                 ln -sfv libpng12/pngconf.h $prefix/include/pngconf.h
21                 }