summaryrefslogtreecommitdiffstats
path: root/testing/coreutils/APKBUILD
blob: 0dc4e1f755d33e968753e0635d31e128bd42935c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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"