summaryrefslogtreecommitdiffstats
path: root/base/bin86/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 15:47:38 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 15:47:38 +0200
commit39b77c09166c2c1f0cb39f8c6eb1a159947ab783 (patch)
tree82cfacb821bcf1e696a89bf1a66f6d8a39362473 /base/bin86/Pkgfile
parent9e4b755b0475eff5d2d8ce6c90e9ea3dafb54597 (diff)
downloadnutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.tar.gz
nutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.tar.bz2
nutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.tar.xz
nutyx-pakxe-39b77c09166c2c1f0cb39f8c6eb1a159947ab783.zip
Ajout de bin86#0.16.17-2
Diffstat (limited to 'base/bin86/Pkgfile')
-rw-r--r--base/bin86/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/bin86/Pkgfile b/base/bin86/Pkgfile
new file mode 100644
index 000000000..2f45b9299
--- /dev/null
+++ b/base/bin86/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Environnement de dev pour 8086
+# URL: http://www.cix.co.uk/~mayday/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: glibc
+
+name=bin86
+version=0.16.17
+release=2
+source=(http://homepage.ntlworld.com/robert.debath/dev86/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ make CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=/usr
+ mkdir -p $PKG/usr/bin
+ mkdir -p $PKG/usr/share/man/man1
+ make PREFIX=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
+}