diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-04-19 09:21:34 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-04-19 09:21:34 +0000 |
commit | ad89f93ea4166fc1716014b7db728867d2140442 (patch) | |
tree | 0ca449df39b11cf1a3b627ee4f7a562f3916a22a /main/util-linux/APKBUILD | |
parent | 2cae9a391eae62ccdbce54bb8138b5763344fb19 (diff) | |
download | aports-ad89f93ea4166fc1716014b7db728867d2140442.tar.bz2 aports-ad89f93ea4166fc1716014b7db728867d2140442.tar.xz |
main/util-linux: upgrade to 2.21
Diffstat (limited to 'main/util-linux/APKBUILD')
-rw-r--r-- | main/util-linux/APKBUILD | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 5db8f2a2e9..99f3e361c2 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -1,21 +1,20 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=util-linux -pkgver=2.20 -pkgrel=1 +pkgver=2.21 +pkgrel=0 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" license="GPL-2 GPL Public Domain" depends= -# use GNU sed til bb sed is fixed -makedepends="zlib-dev sed ncurses-dev" +# use GNU sed til bb sed is fixed. Also GNU tar is needed +makedepends="zlib-dev sed ncurses-dev tar" install= source="http://www.kernel.org/pub/linux/utils/util-linux/v${pkgver}/util-linux-$pkgver.tar.gz program-invocation.patch - 0001-script-fix-building-with-disable-nls.patch + fix_NL_TIME_FIRST_WEEKDAY.patch " - subpackages="$pkgname-doc $pkgname-dev libuuid libblkid sfdisk cfdisk mcookie blkid" replaces="e2fsprogs util-linux-ng" @@ -32,9 +31,9 @@ prepare() { build() { cd "$_builddir" - sed -e 's/versionsort/alphasort/g'\ - -e 's/strverscmp.h/dirent.h/g' \ - -i mount/lomount.c +# sed -e 's/versionsort/alphasort/g'\ +# -e 's/strverscmp.h/dirent.h/g' \ +# -i mount/lomount.c ./configure --prefix=/usr \ --enable-raw \ @@ -105,6 +104,6 @@ mcookie() { mv "$pkgdir"/usr/bin/mcookie "$subpkgdir"/usr/bin/ } -md5sums="fbcd168147c87550804744b70c2feac5 util-linux-2.20.tar.gz -079dc713684e01ad48c7e0bb877dc51a program-invocation.patch -b0b5ef3a9f785a5431675da696b60262 0001-script-fix-building-with-disable-nls.patch" +md5sums="4222aa8c2a1b78889e959a4722f1881a util-linux-2.21.tar.gz +9682a6ddd5abe65434a145ebe512c123 program-invocation.patch +8c434a785bfaed23d8f222c14d883a82 fix_NL_TIME_FIRST_WEEKDAY.patch" |