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'
|
||||
pkgname=dumb
|
||||
version=2.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF -GNinja"
|
||||
make_cmd=ninja
|
||||
hostmakedepends="ninja"
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF"
|
||||
hostmakedepends="allegro4-devel"
|
||||
makedepends="allegro4-devel"
|
||||
short_desc="IT, XM, S3M and MOD player library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -23,11 +22,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
;;
|
||||
esac
|
||||
|
||||
do_install() {
|
||||
cd build
|
||||
DESTDIR=${DESTDIR} ${make_cmd} install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue