tidy: fix -devel: set rdeps, move .so symlink.
This commit is contained in:
parent
a644b86332
commit
e5c297ee80
2 changed files with 6 additions and 3 deletions
|
@ -1662,3 +1662,4 @@ libxmlrpc_server_cgi++.so.7 xmlrpc-c-1.25.28_1
|
||||||
libxmlrpc_server_pstream++.so.7 xmlrpc-c-1.25.28_1
|
libxmlrpc_server_pstream++.so.7 xmlrpc-c-1.25.28_1
|
||||||
libxmlrpc_client.so.3 xmlrpc-c-1.25.28_1
|
libxmlrpc_client.so.3 xmlrpc-c-1.25.28_1
|
||||||
libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6
|
libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6
|
||||||
|
libtidy-0.99.so.0 tidy-1.46_2
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
pkgname=tidy
|
pkgname=tidy
|
||||||
version=1.46
|
version=1.46
|
||||||
wrksrc=tidyhtml-$version/tidy
|
wrksrc=tidyhtml-$version/tidy
|
||||||
hostmakedepends="libtool automake autoconf"
|
hostmakedepends="libtool automake"
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A tool to tidy down your HTML code to a clean style"
|
short_desc="A tool to tidy down your HTML code to a clean style"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -17,9 +17,11 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
tidy-devel_package() {
|
tidy-devel_package() {
|
||||||
|
depends="tidy>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/"*.a"
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue