mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libapparmor-devel: don't depend on apparmor
This commit is contained in:
parent
9fbe1d6177
commit
f5be2cc320
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apparmor'
|
# Template file for 'apparmor'
|
||||||
pkgname=apparmor
|
pkgname=apparmor
|
||||||
version=2.13.2
|
version=2.13.2
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_wrksrc=libraries/libapparmor
|
build_wrksrc=libraries/libapparmor
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -87,7 +87,7 @@ libapparmor_package() {
|
||||||
|
|
||||||
libapparmor-devel_package() {
|
libapparmor-devel_package() {
|
||||||
short_desc+=" - Library development files"
|
short_desc+=" - Library development files"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="lib${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include/
|
vmove usr/include/
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
|
Loading…
Add table
Reference in a new issue