more stage3 fixes/updates, added libelf package (required for ?trace)
[hdw-linux/hdw-linux.git] / packages / hackbard / zip / zip
1 # hdw - linux zip package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 231
6 # [S] 3-1
7 # [D] zip231.tar.gz ftp://ftp.info-zip.org/pub/infozip/src/
8
9 pre_install()   {
10         sed "s/(INSTALL)/(INSTALL_PROGRAM)/g" unix/Makefile > tmp~
11         mv tmp~ unix/Makefile
12                 }
13
14 build_main()    {
15         make $make_conf generic -f unix/Makefile prefix=$prefix
16         make $install_conf install -f unix/Makefile prefix=$prefix
17                 }