supertuxkart: update to 0.9.
This commit is contained in:
parent
a64fd9e4ab
commit
9e3884989d
1 changed files with 6 additions and 12 deletions
|
@ -1,22 +1,16 @@
|
||||||
# Template file for 'supertuxkart'
|
# Template file for 'supertuxkart'
|
||||||
pkgname=supertuxkart
|
pkgname=supertuxkart
|
||||||
version=0.8.1
|
version=0.9
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="SuperTuxKart-${version}"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="libgomp-devel libbluetooth-devel MesaLib-devel libvorbis-devel
|
makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
|
||||||
libopenal-devel fribidi-devel libcurl-devel desktop-file-utils hicolor-icon-theme"
|
libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
|
||||||
|
libopenal-devel fribidi-devel libcurl-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Kart racing game featuring Tux and his friends"
|
short_desc="Kart racing game featuring Tux and his friends"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://supertuxkart.sourceforge.net/"
|
homepage="http://supertuxkart.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.xz"
|
||||||
checksum=335301ae61b0c177be68d5593c65e5b197dc807421f08a8a35740a254cacf8d6
|
checksum=c0eb24eb49e23ed6d03f4864feb43573e14971c8420bf60c3c654d4e05ff9aa6
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
cp ${XBPS_CROSS_BASE}/usr/include/GL/glext.h lib/irrlicht/source/Irrlicht/glext.h
|
|
||||||
cp ${XBPS_CROSS_BASE}/usr/include/GL/glxext.h lib/irrlicht/source/Irrlicht/glxext.h
|
|
||||||
cp ${XBPS_CROSS_BASE}/usr/include/GL/wglext.h lib/irrlicht/source/Irrlicht/wglext.h
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue