mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
parent
1ae632ceec
commit
c525a0f5e9
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ license="GPL-2"
|
||||||
homepage="http://librecad.org"
|
homepage="http://librecad.org"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=74c4ede409b13d0365c65c0cd52dba04f1049530f6df706dc905443d5e60db06
|
checksum=74c4ede409b13d0365c65c0cd52dba04f1049530f6df706dc905443d5e60db06
|
||||||
nocross=yes # qt5-qmake
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-svg-devel"
|
||||||
|
configure_args+=" BOOST_DIR=${XBPS_CROSS_BASE}/usr"
|
||||||
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin unix/librecad
|
vbin unix/librecad
|
||||||
|
|
Loading…
Add table
Reference in a new issue