initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hpc / openmosixuserland / openmosixuserland
1 # hdw - linux openmosixuserland package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.2.4
6 # [S] 4-3
7 # [D] openMosixUserland-0.2.4.tgz http://belnet.dl.sourceforge.net/sourceforge/openmosix/
8
9 srcdir="openMosixUserland-${ver}"
10 pre_install()   {
11         echo "patching configuration file ..."
12         sed 's%^OPENMOSIX.*%OPENMOSIX = /usr/src/linux%' configuration > \
13         config.new &&
14         mv config.new configuration
15                 }
16
17 build_main()    {
18         make
19                 }