libdca: fix two dangling symlinks to manpages, bumprev.
This commit is contained in:
parent
5b298e8f1a
commit
4eed1b72a4
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libdca'
|
# Template file for 'libdca'
|
||||||
pkgname=libdca
|
pkgname=libdca
|
||||||
version=0.0.5
|
version=0.0.5
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="DTS Coherent Acoustics decoder"
|
short_desc="DTS Coherent Acoustics decoder"
|
||||||
|
@ -14,3 +14,11 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
# Fix manpage links.
|
||||||
|
cd ${DESTDIR}/usr/share/man/man1
|
||||||
|
ln -sf dcadec.1 dtsdec.1
|
||||||
|
ln -sf extract_dca.1 extract_dts.1
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue