initial checkin of new hdw-linux development cvs repository
[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.5
6 # [S] 3-3
7 # [D] libpng-1.2.5.tar.bz2 http://unc.dl.sourceforge.net/sourceforge/libpng/
8
9 pre_install()   {
10         cp -v scripts/makefile.linux Makefile
11                 }
12 post_install()  {
13         [ -f $prefix/include/libpng12/png.h ] && \
14                 ln -svf libpng12/png.h $prefix/include/png.h
15         [ -f $prefix/include/libpng12/pngconf.h ] && \
16                 ln -sfv libpng12/pngconf.h $prefix/include/pngconf.h
17                 }