|
Last change
on this file since 1651 was 1651, checked in by bird, 16 years ago |
|
0.1.3.
|
-
Property eol-style
set to
LF
-
Property svn:keywords
set to
Id
|
|
File size:
992 bytes
|
| Line | |
|---|
| 1 | # $Id: Portfile 1651 2008-06-08 22:19:28Z bird $
|
|---|
| 2 | # Very crude atm, everything is exec'ed.
|
|---|
| 3 |
|
|---|
| 4 | PortSystem 1.0
|
|---|
| 5 | name kbuild
|
|---|
| 6 | version 0.1.3
|
|---|
| 7 | categories devel
|
|---|
| 8 | maintainers bird-kBuild-spam@anduin.net
|
|---|
| 9 | description kBuild
|
|---|
| 10 | long_description \
|
|---|
| 11 | See http://svn.netlabs.org/kbuild (I'm lazy). Stable version, well, soon to be stable anyways.
|
|---|
| 12 |
|
|---|
| 13 | homepage http://svn.netlabs.org/kbuild
|
|---|
| 14 | platforms darwin
|
|---|
| 15 | fetch.type svn
|
|---|
| 16 | svn.url http://svn.netlabs.org/repos/kbuild/trunk
|
|---|
| 17 | svn.tag 1651
|
|---|
| 18 | worksrcdir trunk
|
|---|
| 19 |
|
|---|
| 20 | test.run no
|
|---|
| 21 |
|
|---|
| 22 | configure {}
|
|---|
| 23 |
|
|---|
| 24 | build {
|
|---|
| 25 | system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}"
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | test {
|
|---|
| 29 | system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing"
|
|---|
| 30 | }
|
|---|
| 31 |
|
|---|
| 32 | destroot {
|
|---|
| 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.