libcaca: remove broken .la symlinks; added libcaca++.so.0 soname.
This commit is contained in:
parent
cc5319ec3b
commit
93fba2912e
2 changed files with 6 additions and 1 deletions
|
@ -1223,6 +1223,7 @@ libsrtp.so.0 libsrtp-1.4.4_1
|
|||
libjsoncpp.so.0 jsoncpp-0.6.0rc2_1
|
||||
libesmtp.so.6 libesmtp-1.0.6_4
|
||||
libcaca.so.0 libcaca-0.99.beta18_3
|
||||
libcaca++.so.0 libcaca-0.99.beta18_3
|
||||
libunwind.so.8 libunwind-1.1_1
|
||||
libunwind-x86_64.so.8 libunwind-1.1_1
|
||||
libunwind-x86.so.8 libunwind-1.1_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libcaca'
|
||||
pkgname=libcaca
|
||||
version=0.99.beta18
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake pkg-config"
|
||||
short_desc="Graphics library that outputs text instead of pixels"
|
||||
|
@ -17,6 +17,10 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.la
|
||||
}
|
||||
|
||||
libcaca-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue