From 58ab69aea659e30041efd6ae238f9ef8248b33bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Wed, 16 Dec 2020 19:02:30 +0000 Subject: [PATCH] community/exfatprogs: move from testing fix missing one '-' for --libdir in ./configure add provides and replaces for exfat-utils because linux-lts have new driver for exfat FS and exfatprogs are tools to be used with this driver exfat-utils (which are tools for previous exfat FS drivers) are deprecated because old exfat FS driver is removed from linux-lts 5.10 --- {testing => community}/exfatprogs/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename {testing => community}/exfatprogs/APKBUILD (92%) diff --git a/testing/exfatprogs/APKBUILD b/community/exfatprogs/APKBUILD similarity index 92% rename from testing/exfatprogs/APKBUILD rename to community/exfatprogs/APKBUILD index 8e3d5b9e69..e5abce3ba3 100644 --- a/testing/exfatprogs/APKBUILD +++ b/community/exfatprogs/APKBUILD @@ -8,6 +8,8 @@ pkgdesc="exfat filesystem userspace tools, mkfs and fsck" url="https://github.com/exfatprogs/exfatprogs" arch="all" license="GPL-2.0-or-later" +provides="exfat-utils=1.3.0-r1" +replaces="exfat-utils" makedepends="autoconf libtool automake linux-headers" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/exfatprogs/exfatprogs/archive/$pkgver.tar.gz" @@ -22,7 +24,7 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - -libdir=/usr/lib \ + --libdir=/usr/lib \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var -- GitLab