libdca: remove useless symlink
This commit is contained in:
parent
8d37da3f48
commit
a07595727c
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdca'
|
||||
pkgname=libdca
|
||||
version=0.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="DTS Coherent Acoustics decoder"
|
||||
|
@ -15,6 +15,12 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# useless and broken symlink
|
||||
# /usr/lib/libdts.a -> /destdir/libdca-0.0.7/usr/lib64/libdca.a
|
||||
rm ${DESTDIR}/usr/lib/libdts.a
|
||||
}
|
||||
|
||||
libdca-devel_package() {
|
||||
depends="libdca>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue