mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
speex: disable static, set -devel noarch.
This commit is contained in:
parent
9fb58cb1a2
commit
65338ff3e8
2 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'speex-devel'.
|
# Template file for 'speex-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libspeex"
|
noarch=yes
|
||||||
|
depends="libspeex-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="
|
long_desc="
|
||||||
Speex is an audio codec especially designed for compressing voice at low
|
Speex is an audio codec especially designed for compressing voice at low
|
||||||
|
@ -10,14 +11,9 @@ long_desc="
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
install -d ${DESTDIR}/usr/{lib,share}
|
install -d ${DESTDIR}/usr/{lib,share}
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/{doc,aclocal} ${DESTDIR}/usr/share
|
mv ${SRCPKGDESTDIR}/usr/share/{doc,aclocal} ${DESTDIR}/usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'speex'.
|
# Template file for 'speex'.
|
||||||
pkgname=speex
|
pkgname=speex
|
||||||
version=1.2rc1
|
version=1.2rc1
|
||||||
revision=3
|
revision=4
|
||||||
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
|
subpackages="libspeex $pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config libogg-devel"
|
makedepends="pkg-config libogg-devel"
|
||||||
short_desc="A free codec for free speech"
|
short_desc="A free codec for free speech"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
|
||||||
checksum=342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
|
checksum=342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
|
||||||
long_desc="
|
long_desc="
|
||||||
Speex is an audio codec especially designed for compressing voice at low
|
Speex is an audio codec especially designed for compressing voice at low
|
||||||
|
@ -15,5 +17,3 @@ long_desc="
|
||||||
emphasis on high-quality music reproduction.
|
emphasis on high-quality music reproduction.
|
||||||
|
|
||||||
This package contains the encoder and decoder command-line applications."
|
This package contains the encoder and decoder command-line applications."
|
||||||
|
|
||||||
subpackages="libspeex $pkgname-devel"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue