summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/bc/APKBUILD27
-rw-r--r--testing/coreutils/APKBUILD31
-rw-r--r--testing/coreutils/coreutils.post-deinstall3
l---------testing/coreutils/coreutils.post-upgrade1
4 files changed, 0 insertions, 62 deletions
diff --git a/testing/bc/APKBUILD b/testing/bc/APKBUILD
deleted file mode 100644
index f4920803..00000000
--- a/testing/bc/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
-pkgname=bc
-pkgver=1.06
-pkgrel=0
-pkgdesc="arbitrary precision numeric processing language (calculator)"
-url="http://www.gnu.org/software/bc/bc.html"
-license="GPL"
-depends="uclibc readline"
-makedepends="flex readline-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://mirrors.kernel.org/gnu/bc/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="d44b5dddebd8a7a7309aea6c36fda117 bc-1.06.tar.gz"
diff --git a/testing/coreutils/APKBUILD b/testing/coreutils/APKBUILD
deleted file mode 100644
index 0dc4e1f7..00000000
--- a/testing/coreutils/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
-pkgname=coreutils
-pkgver=7.1
-pkgrel=1
-pkgdesc="The basic file, shell and text manipulation utilities"
-url="http://www.gnu.org/software/coreutils/"
-license="GPL"
-depends="uclibc"
-makedepends=""
-install="$pkgname.post-deinstall $pkgname.post-upgrade"
-subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz
- $install"
-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
-b84506d253e04db3c5af9016fead45a3 coreutils.post-deinstall
-b84506d253e04db3c5af9016fead45a3 coreutils.post-upgrade"
diff --git a/testing/coreutils/coreutils.post-deinstall b/testing/coreutils/coreutils.post-deinstall
deleted file mode 100644
index 99b57c46..00000000
--- a/testing/coreutils/coreutils.post-deinstall
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-busybox --install -s
diff --git a/testing/coreutils/coreutils.post-upgrade b/testing/coreutils/coreutils.post-upgrade
deleted file mode 120000
index 3e2b3c2a..00000000
--- a/testing/coreutils/coreutils.post-upgrade
+++ /dev/null
@@ -1 +0,0 @@
-coreutils.post-deinstall \ No newline at end of file