From 8d0e88d6c984d71677b3abc2c83d9d8e288d19e9 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Jun 2018 20:50:13 -0500 Subject: system/parted: [PD] no maintainer, fix license, neuter readline --- system/parted/APKBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'system') diff --git a/system/parted/APKBUILD b/system/parted/APKBUILD index 0a4680a60..a5b7aa65c 100644 --- a/system/parted/APKBUILD +++ b/system/parted/APKBUILD @@ -1,16 +1,17 @@ -# Maintainer: Natanael Copa +# Contributor: Natanael Copa +# Maintainer: pkgname=parted pkgver=3.2 -pkgrel=7 +pkgrel=8 pkgdesc="Utility to create, destroy, resize, check and copy partitions" url="http://www.gnu.org/software/parted/parted.html" arch="all" -license="GPL3" +options="!checkroot" +license="GPL-3.0+" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends= -makedepends="readline-dev ncurses-dev lvm2-dev bash util-linux-dev gettext-dev autoconf automake" +makedepends="ncurses-dev lvm2-dev bash util-linux-dev autoconf automake" checkdepends="check-dev python3" -options="!checkroot" source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz disable-two-tests.patch fix-includes.patch @@ -19,8 +20,6 @@ source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz tests-python3.patch " -builddir="$srcdir"/$pkgname-$pkgver - prepare() { cd "$builddir" default_prepare @@ -37,7 +36,7 @@ build() { --disable-static \ --enable-shared \ --enable-device-mapper \ - --with-readline + --without-readline make } -- cgit v1.2.3-60-g2f50