diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-25 23:14:01 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-27 08:18:54 +0000 |
commit | 46ff629ed2857dfba3cbc6c611168bc6b2ab3c19 (patch) | |
tree | 844145dde2fee1b977076c4ec56cdbc4d5622527 /main/partimage | |
parent | 6bbfc05f0c51ade64fa59a53ca24eb1e05fc6a9f (diff) | |
download | aports-46ff629ed2857dfba3cbc6c611168bc6b2ab3c19.tar.bz2 aports-46ff629ed2857dfba3cbc6c611168bc6b2ab3c19.tar.xz |
main/partimage: modernize, fix license.
Diffstat (limited to 'main/partimage')
-rw-r--r-- | main/partimage/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/main/partimage/APKBUILD b/main/partimage/APKBUILD index f298ca4320..be3f611089 100644 --- a/main/partimage/APKBUILD +++ b/main/partimage/APKBUILD @@ -1,15 +1,14 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=partimage pkgver=0.6.9 -pkgrel=6 +pkgrel=7 pkgdesc="Saves partitions having a supported filesystem to an image file" +options="!check" # No testsuite url="http://www.partimage.org" arch="all" -license="GPL" -depends= +license="GPL-2.0-or-later" makedepends="linux-headers bzip2-dev newt-dev zlib-dev gettext-dev slang-dev - openssl-dev newt-dev autoconf automake libtool" -install= + openssl-dev autoconf automake libtool" subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/$pkgname-$pkgver.tar.bz2 partimage-0.6.9-zlib-1.2.6.patch @@ -18,8 +17,6 @@ source="https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/$pkgna openssl-1.1.patch " -builddir="$srcdir"/$pkgname-$pkgver - prepare() { default_prepare autoreconf -vif |