dumb: fix cross
This commit is contained in:
parent
ec9070841b
commit
0b8696f545
1 changed files with 3 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'dumb'
|
# Template file for 'dumb'
|
||||||
pkgname=dumb
|
pkgname=dumb
|
||||||
version=2.0.3
|
version=2.0.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF -GNinja"
|
configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF"
|
||||||
make_cmd=ninja
|
hostmakedepends="allegro4-devel"
|
||||||
hostmakedepends="ninja"
|
|
||||||
makedepends="allegro4-devel"
|
makedepends="allegro4-devel"
|
||||||
short_desc="IT, XM, S3M and MOD player library"
|
short_desc="IT, XM, S3M and MOD player library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -23,11 +22,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_install() {
|
|
||||||
cd build
|
|
||||||
DESTDIR=${DESTDIR} ${make_cmd} install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue