VirtualBox

source: kBuild/trunk/dist/macports/devel/kbuild/Portfile@ 1546

Last change on this file since 1546 was 1546, checked in by bird, 17 years ago

forgot to set properties

  • Property eol-style set to LF
  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1# $Id: Portfile 1546 2008-04-22 01:54:00Z bird $
2# Very crude atm, everything is exec'ed.
3
4PortSystem 1.0
5name kbuild
6version 0.1.3-beta
7categories devel
8maintainers [email protected]
9description kBuild
10long_description \
11 See http://svn.netlabs.org/kbuild (I'm lazy). Stable version, well, soon to be stable anyways.
12
13homepage http://svn.netlabs.org/kbuild
14platforms darwin
15fetch.type svn
16#svn.url http://svn.netlabs.org/repos/kbuild/trunk
17svn.url svn://system360/svn-mirrors/kbuild/trunk
18svn.tag 1545
19worksrcdir trunk
20
21test.run no
22
23configure {}
24
25build {
26 system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}"
27}
28
29test {
30 system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing"
31}
32
33destroot {
34 system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/"
35}
36
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette