diff options
-rw-r--r-- | nasm/.footprint | 8 | ||||
-rw-r--r-- | nasm/.md5sum | 1 | ||||
-rw-r--r-- | nasm/Pkgfile | 17 | ||||
-rw-r--r-- | nasm/Pkgfile.old | 15 |
4 files changed, 0 insertions, 41 deletions
diff --git a/nasm/.footprint b/nasm/.footprint deleted file mode 100644 index 569b320..0000000 --- a/nasm/.footprint +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/nasm --rwxr-xr-x root/root usr/bin/ndisasm -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/nasm.1.gz --rw-r--r-- root/root usr/man/man1/ndisasm.1.gz diff --git a/nasm/.md5sum b/nasm/.md5sum deleted file mode 100644 index 2091007..0000000 --- a/nasm/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c11f083a501adae843d0bc3e7c106c73 nasm-2.09.04.tar.bz2 diff --git a/nasm/Pkgfile b/nasm/Pkgfile deleted file mode 100644 index 49f6027..0000000 --- a/nasm/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -description="80x86 assembler" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://www.nasm.us/" -depends=() - -name=nasm -version=2.09.04 -release=1 -source=(http://www.nasm.us/pub/nasm/releasebuilds/2.09.04/nasm-2.09.04.tar.bz2) -build () -{ - cd $name-$version; - ./configure --prefix=/usr --mandir=/usr/man; - make; - make INSTALLROOT=$PKG install -} 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 -} |