diff options
Diffstat (limited to 'dist/pkg/bin26')
-rw-r--r-- | dist/pkg/bin26 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/pkg/bin26 b/dist/pkg/bin26 new file mode 100644 index 00000000..fa27973f --- /dev/null +++ b/dist/pkg/bin26 @@ -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 |