drumstick: fix cross, move *.so files

This commit is contained in:
Đoàn Trần Công Danh 2021-02-17 18:38:35 +07:00
parent b659c3c859
commit 1c8d50cb3a

View file

@ -1,10 +1,10 @@
# Template file for 'drumstick'
pkgname=drumstick
version=1.1.3
revision=1
revision=2
build_style=cmake
configure_args="-DLIB_SUFFIX="
hostmakedepends="pkg-config doxygen libxslt docbook-xsl"
configure_args="-DLIB_SUFFIX= -DUPDATE_MIME_DATABASE_EXECUTABLE=true"
hostmakedepends="pkg-config doxygen libxslt docbook-xsl qt5-qmake qt5-host-tools"
makedepends="qt5-svg-devel alsa-lib-devel pulseaudio-devel"
short_desc="Set of MIDI libraries using C++/Qt5 idioms and style"
maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
@ -13,10 +13,6 @@ homepage="http://drumstick.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/drumstick/drumstick-${version}.tar.bz2"
checksum=75aca4281da25fe0186b44c07772c5f0b4d1f2bba875c4667e7e6e9fcedb3cd9
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools"
fi
post_install() {
for doc in TODO NEWS ChangeLog AUTHORS; do
vdoc $doc
@ -29,5 +25,6 @@ drumstick-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}