libmemcached: fix -devel package depends, move usr/share/aclocal to it
This commit is contained in:
parent
7adfea6b7c
commit
e0097ff26e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libmemcached'
|
||||
pkgname=libmemcached
|
||||
version=1.0.18
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr"
|
||||
hostmakedepends="perl"
|
||||
|
@ -19,12 +19,13 @@ post_install() {
|
|||
|
||||
libmemcached-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="libsasl-devel ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/aclocal
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue