parent
6b5f0373f9
commit
ccf64de8c3
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'MultiMC'
|
||||
pkgname=MultiMC
|
||||
version=0.5.1
|
||||
revision=1
|
||||
_commithashmmc="aafac3934b9887ced77c9f5b3d6be988af06dbf0"
|
||||
version=0.6.0
|
||||
revision=2
|
||||
_commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
|
||||
_nbtversion="multimc-0.5.0"
|
||||
_quazipversion="multimc-2"
|
||||
build_style=cmake
|
||||
hostmakedepends="openjdk xxd git-all"
|
||||
makedepends="qt5-devel qt5-x11extras-devel qt5-svg-devel gtk+-devel"
|
||||
|
@ -12,16 +13,20 @@ short_desc="An instanced Minecraft client"
|
|||
maintainer="Spencer H <spencernh77@gmail.com>"
|
||||
license="Apache 2.0"
|
||||
homepage="http://multimc.org"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${_commithashmmc}.tar.gz https://github.com/${pkgname}/libnbtplusplus/archive/${_commithashnbt}.tar.gz"
|
||||
checksum="e3251fa0cebc8c216a7a2c4a1d68e4e10dd89edc29ab6da4159ae4d3f42c9b9b
|
||||
844b2351461ebedde839bdd754e3e712c7ebd214d92cd0eb34b13a2ee7f16f61"
|
||||
wrksrc=${pkgname}5-${_commithashmmc}
|
||||
skip_extraction="${_commithashnbt}.tar.gz"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${version}.tar.gz
|
||||
https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
|
||||
https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
|
||||
checksum="ac458be99250d2a369ee805bf9560e396d0e0f16a95cc84c36eb0ef1e94a6374
|
||||
bcefbdd905f10a04605cf9e8f768d0f60c972e9e219c800512a5fd9c5f7a8498
|
||||
25e1b74f0edef5e09647f7b5344c08fad4eaebbc386b1f288b59286ecdfe07fa"
|
||||
wrksrc=${pkgname}5-${version}
|
||||
skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
|
||||
|
||||
pre_configure() {
|
||||
export JAVA_HOME=/usr/lib/jvm/openjdk
|
||||
export PATH=$PATH:$JAVA_HOME/bin
|
||||
tar zxvf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_commithashnbt}.tar.gz -C ${wrksrc}/libraries/libnbtplusplus --strip-components 1
|
||||
tar zxvf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_nbtversion}.tar.gz" -C "${wrksrc}/libraries/libnbtplusplus" --strip-components 1
|
||||
tar zxvf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_quazipversion}.tar.gz" -C "${wrksrc}/libraries/quazip" --strip-components 1
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
@ -33,5 +38,8 @@ do_install() {
|
|||
vinstall build/libMultiMC_rainbow.so 755 /usr/lib
|
||||
vinstall build/libMultiMC_logic.so 755 /usr/lib
|
||||
vinstall build/libMultiMC_nbt++.so 755 /usr/lib
|
||||
vinstall build/libMultiMC_unpack200.so 755 /usr/lib
|
||||
vinstall build/libMultiMC_quazip.so 755 /usr/lib
|
||||
vinstall build/libMultiMC_iconfix.so 755 /usr/lib
|
||||
vbin ${FILESDIR}/MultiMC.sh MultiMC
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue