aboutsummaryrefslogtreecommitdiffstats
path: root/core/patch/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/patch/APKBUILD')
-rw-r--r--core/patch/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/core/patch/APKBUILD b/core/patch/APKBUILD
deleted file mode 100644
index 2006c9fb9d7..00000000000
--- a/core/patch/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgname=patch
-pkgver=2.5.9
-pkgrel=0
-pkgdesc="Utility to apply diffs to files"
-url="http://www.gnu.org/software/patch/patch.html"
-license='GPL'
-depends='uclibc'
-source=http://alpha.gnu.org/gnu/diffutils/$pkgname-$pkgver.tar.gz
-
-subpackages="$pkgname-doc"
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
- make || return 1
- make prefix=$startdir/pkg/usr mandir=$startdir/pkg/usr/share/man install
-}
-
-md5sums='dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz'