summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-11 23:49:24 +0100
committerLukc <lukc@upyum.com>2010-12-11 23:49:24 +0100
commit57270499d1bc291f95cfd5b4c4399441ea0e0ae5 (patch)
treea8d36f7c42c9d4b29c302a809fa81a63806cd7e7
parent1699524ac4743f9c516b0f7927ce36459b3b435b (diff)
downloadbase-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.tar.gz
base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.tar.bz2
base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.tar.xz
base-57270499d1bc291f95cfd5b4c4399441ea0e0ae5.zip
Recette de nasm retir?e.
-rw-r--r--nasm/.footprint8
-rw-r--r--nasm/.md5sum1
-rw-r--r--nasm/Pkgfile17
-rw-r--r--nasm/Pkgfile.old15
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
-}