curlpp: add a -devel subpkg; close #4206.
This commit is contained in:
parent
21389f2d50
commit
35f41f84d9
|
@ -2577,3 +2577,5 @@ libsss_nss_idmap.so.0 sssd-1.13.4_1
|
|||
libsss_simpleifp.so.0 sssd-1.13.4_1
|
||||
libforms.so.2 xforms-1.2.4_2
|
||||
libflimage.so.2 xforms-1.2.4_2
|
||||
libutilspp.so.0 curlpp-0.7.3_2
|
||||
libcurlpp.so.0 curlpp-0.7.3_2
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
curlpp
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'curlpp'
|
||||
pkgname=curlpp
|
||||
version=0.7.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="libcurl-devel boost-devel"
|
||||
|
@ -12,13 +12,23 @@ homepage="http://www.curlpp.org/"
|
|||
distfiles="https://github.com/jpbarrette/curlpp/archive/v${version}.tar.gz"
|
||||
checksum=b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c
|
||||
|
||||
CPPFLAGS=" -Wno-error=unused-function -O2 -pipe"
|
||||
CPPFLAGS="-Wno-error=unused-function"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
curlpp-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue