VirtualBox

source: kBuild/trunk/dist/macports/devel/kbuild-head/Portfile@ 1548

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

disabled the test svn.url and re-enabled the correct one.

  • Property eol-style set to LF
  • Property svn:keywords set to Id
File size: 1001 bytes
Line 
1# $Id: Portfile 1548 2008-04-22 11:23:06Z bird $
2# Very crude atm, everything is exec'ed.
3
4PortSystem 1.0
5name kbuild-head
6version 9999
7categories devel
8maintainers [email protected]
9description kBuild subversion trunk
10long_description \
11 See http://svn.netlabs.org/kbuild (I'm lazy).
12
13homepage http://svn.netlabs.org/kbuild
14platforms darwin
15fetch.type svn
16svn.url http://svn.netlabs.org/repos/kbuild/trunk
17#svn.url svn://system360/svn-mirrors/kbuild/trunk
18worksrcdir trunk
19
20test.run no
21
22configure {}
23
24build {
25 system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}"
26}
27
28test {
29 system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing"
30}
31
32destroot {
33 system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/"
34}
35
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