mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Binaries.
This commit is contained in:
parent
f91af8ada9
commit
8ded888254
2 changed files with 32 additions and 0 deletions
16
dist/pkg/bin24
vendored
Normal file
16
dist/pkg/bin24
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
if(! ~ $march i386){
|
||||
echo '>>>' do not need to build bin24 on non-x86
|
||||
exit 1
|
||||
}
|
||||
if(! ~ `{uname -r} 2.4.*){
|
||||
echo '>>>' must build bin24 on 2.4 system
|
||||
exit 1
|
||||
}
|
||||
arch=$march
|
||||
depends=plan9port-^(base)
|
||||
conflicts=plan9port-bin26
|
||||
desc='Plan 9 from User Space - binaries
|
||||
This package contains binaries for Plan 9 from User Space.
|
||||
XXX Linux note here XXX
|
||||
'
|
||||
grepfor=bin
|
16
dist/pkg/bin26
vendored
Normal file
16
dist/pkg/bin26
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
if(! ~ $march i386){
|
||||
echo '>>>' do not need to build bin24 on non-x86
|
||||
exit 1
|
||||
}
|
||||
if(! ~ `{uname -r} 2.6.*){
|
||||
echo '>>>' must build bin26 on 2.6 system
|
||||
exit 1
|
||||
}
|
||||
arch=$march
|
||||
depends=plan9port-^(base)
|
||||
conflicts=plan9port-bin24
|
||||
desc='Plan 9 from User Space - binaries
|
||||
This package contains binaries for Plan 9 from User Space.
|
||||
XXX Linux note here XXX
|
||||
'
|
||||
grepfor=bin
|
Loading…
Reference in a new issue