summaryrefslogtreecommitdiffstats
path: root/base/yasm/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:37:26 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:37:26 +0200
commit4737407fafca8d6527d2aae5d425d1ecf82d81c4 (patch)
treec0fc2d680fe708840d940d71616d17268dd27d1d /base/yasm/Pkgfile
parent51e44147471c62066ad875c40e302ce1a2a35905 (diff)
downloadnutyx-extra-4737407fafca8d6527d2aae5d425d1ecf82d81c4.tar.gz
nutyx-extra-4737407fafca8d6527d2aae5d425d1ecf82d81c4.tar.bz2
nutyx-extra-4737407fafca8d6527d2aae5d425d1ecf82d81c4.tar.xz
nutyx-extra-4737407fafca8d6527d2aae5d425d1ecf82d81c4.zip
Ajout de yasm#0.7.2-1
Diffstat (limited to 'base/yasm/Pkgfile')
-rw-r--r--base/yasm/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/yasm/Pkgfile b/base/yasm/Pkgfile
new file mode 100644
index 000000000..a89348d1c
--- /dev/null
+++ b/base/yasm/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Une reecriture de l'assembleur NASM sous licence BSD
+# URL: http://www.tortall.net/projects/yasm/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=yasm
+version=0.7.2
+release=1
+source=(http://www.tortall.net/projects/$name/releases/$name-$version.tar.gz )
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make prefix=$PKG/usr mandir=$PKG/usr/share/man install
+ chown -R 0:0 $PKG
+}