c-ares: move so symlink to -devel.
This commit is contained in:
parent
370c19ad76
commit
2139f6e500
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'c-ares'
|
||||
pkgname=c-ares
|
||||
version=1.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="C library that performs DNS requests and name resolves asynchronously"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,10 +11,11 @@ distfiles="http://c-ares.haxx.se/download/$pkgname-$version.tar.gz"
|
|||
checksum=3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db
|
||||
|
||||
c-ares-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue