libsoxr: use ${SOURCEFORGE_SITE}, desc
This commit is contained in:
parent
22a2ccba60
commit
0a994a6a45
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ short_desc="SoX resampler library"
|
|||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://sourceforge.net/p/soxr/wiki/Home/"
|
||||
distfiles="http://downloads.sourceforge.net/project/soxr/soxr-${version}-Source.tar.xz"
|
||||
distfiles="${SOURCEFORGE_SITE}/soxr/soxr-${version}-Source.tar.xz"
|
||||
checksum=54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
|
@ -24,7 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
libsoxr-devel_package() {
|
||||
short_desc=" - development files"
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -34,7 +34,7 @@ libsoxr-devel_package() {
|
|||
}
|
||||
|
||||
libsoxr-doc_package() {
|
||||
short_desc=" - documentation and examples"
|
||||
short_desc+=" - documentation and examples"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue