curl: move share/{aclocal,man/man3} to -devel.
This commit is contained in:
parent
e36688082c
commit
d4bf1a326d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.56.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8
|
||||
--enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp)
|
||||
|
@ -49,6 +49,8 @@ libcurl-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/bin/curl-config
|
||||
vmove "usr/share/man/man1/curl-config*"
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in a new issue