opusfile: autoreconf to unbreak cross.
This commit is contained in:
parent
b237c2e43e
commit
1eeb830e83
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'opusfile'
|
||||
pkgname=opusfile
|
||||
version=0.6
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libogg-devel opus-devel libressl-devel"
|
||||
short_desc="Library for opening, seeking, and decoding .opus files"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -12,6 +12,9 @@ license="BSD"
|
|||
distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
|
||||
checksum=2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue