summaryrefslogtreecommitdiffstats
path: root/base/nasm/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:48:50 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:48:50 +0200
commit6d4b27085d65b545c099d2f6ecd30df78d28c365 (patch)
tree192af4f028c05b36f010cf15471db2166857d002 /base/nasm/Pkgfile
parent39e027e70ccba8f09bf5e041e7afd9efa5ab7d88 (diff)
downloadnutyx-pakxe-6d4b27085d65b545c099d2f6ecd30df78d28c365.tar.gz
nutyx-pakxe-6d4b27085d65b545c099d2f6ecd30df78d28c365.tar.bz2
nutyx-pakxe-6d4b27085d65b545c099d2f6ecd30df78d28c365.tar.xz
nutyx-pakxe-6d4b27085d65b545c099d2f6ecd30df78d28c365.zip
nasm dans extra
Diffstat (limited to 'base/nasm/Pkgfile')
-rwxr-xr-xbase/nasm/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/base/nasm/Pkgfile b/base/nasm/Pkgfile
deleted file mode 100755
index 35b7da996..000000000
--- a/base/nasm/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Assembleur/déassembleur pour 80x86 concut pour la portabilitée et modularitée
-# URL: http://nasm.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=nasm
-version=2.07
-release=1
-source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr\
- --mandir=/usr/share/man
- make
- mkdir -p $PKG/usr/bin
- mkdir -p $PKG/usr/share/man/man1
- make INSTALLROOT=$PKG install
-
-}