Skip to content

Commit

Permalink
libdca: remove useless symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 committed Feb 13, 2022
1 parent 8d37da3 commit a075957
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion srcpkgs/libdca/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a075957

Please sign in to comment.