diff options
author | Lukc <lukc@upyum.com> | 2010-12-11 23:49:24 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-11 23:49:24 +0100 |
commit | 57270499d1bc291f95cfd5b4c4399441ea0e0ae5 (patch) | |
tree | a8d36f7c42c9d4b29c302a809fa81a63806cd7e7 /nasm/Pkgfile.old | |
parent | 1699524ac4743f9c516b0f7927ce36459b3b435b (diff) | |
download | base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.tar.gz base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.tar.bz2 base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.tar.xz base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.zip |
Recette de nasm retir?e.
Diffstat (limited to 'nasm/Pkgfile.old')
-rw-r--r-- | nasm/Pkgfile.old | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nasm/Pkgfile.old b/nasm/Pkgfile.old deleted file mode 100644 index e038fcd..0000000 --- a/nasm/Pkgfile.old +++ /dev/null @@ -1,15 +0,0 @@ -# Description: 80x86 assembler -# URL: http://www.nasm.us/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=nasm -version=2.09.04 -release=1 -source=(http://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man - make - make INSTALLROOT=$PKG install -} |