aboutsummaryrefslogtreecommitdiffstats
path: root/main/parted
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-05 08:45:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-05 08:48:25 +0000
commite008ec76a1262338c3bc3c27ab275eb8183127b8 (patch)
tree094fb5da878079f927d894b3e9e54f8b2c048d73 /main/parted
parentd397d61d96c083285b1c9c915c1de3d2275ae2d3 (diff)
downloadaports-e008ec76a1262338c3bc3c27ab275eb8183127b8.tar.bz2
aports-e008ec76a1262338c3bc3c27ab275eb8183127b8.tar.xz
Revert "main/parted: upgrade to 3.0"
some functinallity was removed that gparted needs. We need to stay on parted-2.4 til that have been sorted out in gparted upstream. See https://bugzilla.gnome.org/show_bug.cgi?id=651559 This reverts commit 95e931d5db604faf3fbd1cf21dbd3d76d703ba63.
Diffstat (limited to 'main/parted')
-rw-r--r--main/parted/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/parted/APKBUILD b/main/parted/APKBUILD
index 4714da5bf4..28cfc37210 100644
--- a/main/parted/APKBUILD
+++ b/main/parted/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=parted
-pkgver=3.0
+pkgver=2.4
pkgrel=0
pkgdesc="Utility to create, destroy, resize, check and copy partitions"
url="http://www.gnu.org/software/parted/parted.html"
@@ -23,7 +23,6 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- rm -f "$pkgdir"/usr/lib/*.la
+ make DESTDIR="$pkgdir" install
}
-md5sums="a94e84a9b9944715c4453f82ccc639bf parted-3.0.tar.gz"
+md5sums="76a6457ea88447d79d50ca331069b19c parted-2.4.tar.gz"