pd: update to 0.49.0. (#3690)
This commit is contained in:
parent
4a2d81f451
commit
d81f179ebe
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pd'
|
# Template file for 'pd'
|
||||||
pkgname=pd
|
pkgname=pd
|
||||||
version=0.48.2
|
version=0.49.0
|
||||||
revision=1
|
revision=1
|
||||||
_ver=${version%.*}-${version##*.}
|
_ver=${version%.*}-${version##*.}
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
|
@ -12,9 +12,9 @@ depends="tk"
|
||||||
short_desc="The Pure Data real-time music and multimedia environment"
|
short_desc="The Pure Data real-time music and multimedia environment"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://msp.ucsd.edu/software.html"
|
homepage="https://puredata.info"
|
||||||
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
||||||
checksum=681be08494b9f29ba00e01d9f5b2adc6fa989e139071b1cf2034cfff9885065d
|
checksum=d2e04e75d22b0e41f27daacc0cd6ec6b05ae0ef214cc7315d57e5bfbeec23fa3
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -22,6 +22,8 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
# fix a broken symlink
|
||||||
|
ln -sf /usr/bin/pd "${DESTDIR}/usr/lib/pd/bin/pd"
|
||||||
}
|
}
|
||||||
|
|
||||||
pd-devel_package() {
|
pd-devel_package() {
|
||||||
|
@ -30,6 +32,5 @@ pd-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue