initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / acroread / acroread
1 # hdw - linux acroread package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 509
6 # [S] 3-7
7 # [D] linux-509.tar.gz ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
8
9 # non source stuff crap, installed to /opt/acroread!
10 prefix=$root/opt/acroread
11
12 srcdir="./"
13
14 build_main()    {
15         # patch install directory
16         sed "s%HDW_AR_INSTALL%$prefix%" INSTALL > INSTALL~
17         mv INSTALL~ INSTALL
18         echo "running install script ..."
19         chmod 700 INSTALL
20         ./INSTALL
21                 }