drumstick: update to 1.1.3.
This commit is contained in:
parent
51cc340d12
commit
ba22fc073f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'drumstick'
|
# Template file for 'drumstick'
|
||||||
pkgname=drumstick
|
pkgname=drumstick
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLIB_SUFFIX="
|
configure_args="-DLIB_SUFFIX="
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://drumstick.sourceforge.net"
|
homepage="http://drumstick.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/drumstick/drumstick-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/drumstick/drumstick-${version}.tar.bz2"
|
||||||
checksum=7791b439aab9a5c24a53cbf5ce9ab1dcaf40a33a9d8828ca1731e823b1c7924e
|
checksum=75aca4281da25fe0186b44c07772c5f0b4d1f2bba875c4667e7e6e9fcedb3cd9
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||||
|
@ -21,8 +21,6 @@ post_install() {
|
||||||
for doc in TODO NEWS ChangeLog AUTHORS; do
|
for doc in TODO NEWS ChangeLog AUTHORS; do
|
||||||
vdoc $doc
|
vdoc $doc
|
||||||
done
|
done
|
||||||
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
}
|
||||||
|
|
||||||
drumstick-devel_package() {
|
drumstick-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue