summaryrefslogtreecommitdiffstats
path: root/main/coreutils
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-06 09:25:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-06 09:25:17 +0000
commit24bfc81d4198293428ee670debc55efaea78e6d3 (patch)
tree5e43bf1581f79356083e8d9f98db03c6cd9f2abf /main/coreutils
parent35fc36ebb5c2f7be4bdcb1205b6ac611cbc9aa12 (diff)
downloadaports-24bfc81d4198293428ee670debc55efaea78e6d3.tar.bz2
aports-24bfc81d4198293428ee670debc55efaea78e6d3.tar.xz
main/coreutils: upgrade to 8.2
Diffstat (limited to 'main/coreutils')
-rw-r--r--main/coreutils/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD
index 8f00df03..d3cb48c9 100644
--- a/main/coreutils/APKBUILD
+++ b/main/coreutils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=coreutils
-pkgver=7.6
+pkgver=8.2
pkgrel=0
pkgdesc="The basic file, shell and text manipulation utilities"
url="http://www.gnu.org/software/coreutils/"
@@ -11,9 +11,9 @@ makedepends=
install="$pkgname.post-deinstall $pkgname.post-upgrade"
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 \
@@ -21,8 +21,11 @@ build() {
--disable-nls \
--without-gmp
make || return 1
- make DESTDIR="$pkgdir" install
+}
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
-md5sums="3d82f979229365f880da750642e67cf3 coreutils-7.6.tar.gz"
+md5sums="dfb0d3dbc5f555386339f4f74621cda0 coreutils-8.2.tar.gz"