Add.
This commit is contained in:
parent
8ded888254
commit
5c7644e080
21 changed files with 148 additions and 0 deletions
12
dist/pkg/bin
vendored
Normal file
12
dist/pkg/bin
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
arch=$march
|
||||
depends=plan9port-^(base)
|
||||
if(~ `{uname} Linux && ~ $arch i386){
|
||||
depends='plan9port-bin24 | plan9port-bin26'
|
||||
}
|
||||
desc='Plan 9 from User Space - binaries
|
||||
Binaries for Plan 9 from User Space.
|
||||
(On x86 Linux, this is a virtual package, requiring either
|
||||
plan9port-bin24 or plan9port-bin26, depending on the
|
||||
kernel type.)
|
||||
'
|
||||
grepfor=binxxx
|
||||
Loading…
Add table
Add a link
Reference in a new issue