yoshimi: closes #3070
This commit is contained in:
parent
79961b243c
commit
66c352298b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'yoshimi'
|
# Template file for 'yoshimi'
|
||||||
pkgname=yoshimi
|
pkgname=yoshimi
|
||||||
version=1.3.7.1
|
version=1.3.7.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
hostmakedepends="cmake pkg-config fltk"
|
hostmakedepends="cmake pkg-config fltk"
|
||||||
|
@ -13,6 +13,8 @@ homepage="http://yoshimi.sourceforge.net"
|
||||||
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
|
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
|
||||||
checksum=1737e3d5d77dcb823ca1999e598a3cb77aeac656f738cda476b2916279bf5bdb
|
checksum=1737e3d5d77dcb823ca1999e598a3cb77aeac656f738cda476b2916279bf5bdb
|
||||||
|
|
||||||
|
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) ;;
|
x86_64*) ;;
|
||||||
|
|
Loading…
Reference in a new issue