summaryrefslogtreecommitdiffstats
path: root/extra/diffutils
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/diffutils
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/diffutils')
-rw-r--r--extra/diffutils/APKBUILD26
-rw-r--r--extra/diffutils/diffutils.post-deinstall2
2 files changed, 0 insertions, 28 deletions
diff --git a/extra/diffutils/APKBUILD b/extra/diffutils/APKBUILD
deleted file mode 100644
index 5a9177130..000000000
--- a/extra/diffutils/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=diffutils
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="Show differences among files"
-subpackages="$pkgname-doc"
-url="http://www.gnu.org/software/diffutils/"
-license="GPL2"
-depends="uclibc"
-makedepends=""
-install="$pkgname.post-deinstall"
-source="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-2.8.1.tar.gz
-$install"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make check || return 1
- make install DESTDIR=$pkgdir
-}
-md5sums="71f9c5ae19b60608f6c7f162da86a428 diffutils-2.8.1.tar.gz
-e8da9a22c2389fe5e2846b8c0de45767 diffutils.post-deinstall"
diff --git a/extra/diffutils/diffutils.post-deinstall b/extra/diffutils/diffutils.post-deinstall
deleted file mode 100644
index c59247ad4..000000000
--- a/extra/diffutils/diffutils.post-deinstall
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-busybox --install -s