From d256eaa80219eb28cbfb4f9474acc6fb41c63d3c Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 24 Jul 2014 03:36:08 +0000 Subject: Thu Jul 24 03:31:46 UTC 2014 --- core/coreutils/PKGBUILD | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'core/coreutils/PKGBUILD') diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index 26113ba39..d79bf9a0a 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 210100 2014-04-09 22:21:54Z thomas $ +# $Id: PKGBUILD 217740 2014-07-22 22:49:21Z seblu $ # Maintainer: Sébastien "Seblu" Luttringer -# Maintainer: Bartłomiej Piotrowski +# Contributor: Bartłomiej Piotrowski # Contributor: Allan McRae # Contributor: judd pkgname=coreutils -pkgver=8.22 -pkgrel=4 +pkgver=8.23 +pkgrel=1 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('i686' 'x86_64') license=('GPL3') @@ -14,24 +14,21 @@ url='http://www.gnu.org/software/coreutils' groups=('base') depends=('glibc' 'pam' 'acl' 'gmp' 'libcap' 'openssl') install=$pkgname.install -source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} - coreutils-8.22-shuf-segfault.patch - 0001-cp-don-t-reserve-a-device-number.patch) -md5sums=('8fb0ae2267aa6e728958adc38f8163a2' - 'SKIP' - '94f7e6f373f37beb236caabed8fcdb52' - 'ac3825f60b6e0300e375f656a3667c52') +source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('abed135279f87ad6762ce57ff6d89c41' + 'SKIP') -prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../coreutils-8.22-shuf-segfault.patch - patch -p1 -i ../0001-cp-don-t-reserve-a-device-number.patch -} +#prepare() { +# cd $pkgname-$pkgver +#} build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --libexecdir=/usr/lib --with-openssl \ - --enable-no-install-program=groups,hostname,kill,uptime + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib \ + --with-openssl \ + --enable-no-install-program=groups,hostname,kill,uptime make } @@ -44,3 +41,5 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf