main/acl: rename library from libacl to acl-libs

This commit is contained in:
Pablo Correa Gómez 2024-09-16 17:29:10 +02:00 committed by Natanael Copa
parent a2f4fca7b5
commit 0824e5bc4c

View file

@ -10,7 +10,7 @@ arch="all"
license="LGPL-2.1-or-later AND GPL-2.0-or-later"
makedepends_host="attr-dev"
makedepends="$makedepends_host"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc libacl"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs"
# depends on order of nftw, and requires test machine to have ACLs enabled on FS
options="!check"
source="https://download.savannah.nongnu.org/releases/acl/acl-$pkgver.tar.gz"
@ -28,11 +28,6 @@ package() {
DESTDIR="$pkgdir" make install
}
libacl() {
pkgdesc="Dynamic library for access control list support"
amove usr/lib
}
sha512sums="
31aeb39958d8af5d08933dd3a89333a41025c3eb49fc461fa3c291caca51dad575ec13faeb7deba9b3c2ebf7615be7d45e2b78e50d4f83d8ec933c95931a7682 acl-2.3.2.tar.gz
"