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'
|
||||
pkgname=apparmor
|
||||
version=2.13.2
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_wrksrc=libraries/libapparmor
|
||||
build_style=gnu-configure
|
||||
|
@ -87,7 +87,7 @@ libapparmor_package() {
|
|||
|
||||
libapparmor-devel_package() {
|
||||
short_desc+=" - Library development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="lib${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include/
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in a new issue