CVS: src/si/phase4/finalize net-tools.xml,NONE,1.1
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/phase4/finalize In directory sc8-pr-cvs1:/tmp/cvs-serv13734 Added Files: net-tools.xml Log Message: Add net-tools xml. This should add only ifconfig and route, both needed to bring up the network sensibly in the boot and uml modes (it is not built for 4a, the test mode) --- NEW FILE --- <package> <name>net-tools</name> <version>&net-tools-version;</version> <prebuild> <unpack> <archive>&packages_dir;/&net-tools-package;</archive> <destination>&phase4_build_dir;</destination> </unpack> </prebuild> <build> <execute> <base>&phase4_build_dir;/&net-tools-directory;</base> <command>yes</command> <param>""</param> <param>| make</param> </execute> </build> <postbuild> <make> <base>&phase4_build_dir;/&net-tools-directory;</base> <param>update</param> <param>BASEDIR=&LSBsi-phase4-install;/tmp/net-tools</param> </make> <move> <base>&LSBsi-phase4-install;/tmp/net-tools</base> <source>sbin/ifconfig</source> <destination>&LSBsi-phase4-install;/sbin</destination> </move> <move> <base>&LSBsi-phase4-install;/tmp/net-tools</base> <source>sbin/route</source> <destination>&LSBsi-phase4-install;/sbin</destination> </move> <remove>&LSBsi-phase4-install;/tmp/net-tools</remove> <remove>&phase4_build_dir;/&net-tools-directory;</remove> </postbuild> </package>