mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 10:42:12 +01:00
main/coreutils: upgrade to 8.2
This commit is contained in:
parent
35fc36ebb5
commit
24bfc81d41
@ -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
|
||||
|
||||
}
|
||||
|
||||
md5sums="3d82f979229365f880da750642e67cf3 coreutils-7.6.tar.gz"
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums="dfb0d3dbc5f555386339f4f74621cda0 coreutils-8.2.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user