gettext: add so symlinks to -libs pkg (fixes #96).
This commit is contained in:
parent
80f48e3e4c
commit
3d4825e31c
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gettext'.
|
# Template build file for 'gettext'.
|
||||||
pkgname=gettext
|
pkgname=gettext
|
||||||
version=0.18.3
|
version=0.18.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||||
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
|
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
|
||||||
|
@ -27,7 +27,6 @@ gettext-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
vmove usr/share/doc/gettext
|
vmove usr/share/doc/gettext
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
vmove usr/share/gettext
|
vmove usr/share/gettext
|
||||||
|
@ -37,7 +36,7 @@ gettext-devel_package() {
|
||||||
gettext-libs_package() {
|
gettext-libs_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue