summaryrefslogtreecommitdiffstats
path: root/unstable
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-03-25 22:09:47 +0000
committerMichael Mason <ms13sp@gmail.com>2009-03-25 22:09:47 +0000
commitfca47e285578f054bb787016e33b505d4dc78512 (patch)
tree74047d479dff7aa86a8aaa5075af6c167cc3dba0 /unstable
parent03ee3bd49da220f9078e15ed90139854ba36d016 (diff)
downloadaports-fca47e285578f054bb787016e33b505d4dc78512.tar.bz2
aports-fca47e285578f054bb787016e33b505d4dc78512.tar.xz
testing/coreutils moved from unstable
Diffstat (limited to 'unstable')
-rw-r--r--unstable/coreutils/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/unstable/coreutils/APKBUILD b/unstable/coreutils/APKBUILD
deleted file mode 100644
index 861fe4eea..000000000
--- a/unstable/coreutils/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
-pkgname=coreutils
-pkgver=7.1
-pkgrel=0
-pkgdesc="The basic file, shell and text manipulation utilities"
-url="http://www.gnu.org/software/coreutils/"
-license="GPL"
-depends="uclibc"
-makedepends=""
-install=
-subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz"
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-nls \
- --without-gmp
- make || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="cbb2b3d1718ee1237b808e00b5c11b1e coreutils-7.1.tar.gz"