mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
attract: update to 2.6.2.
This commit is contained in:
parent
967022f938
commit
ba2a3a27e1
1 changed files with 4 additions and 12 deletions
|
@ -1,25 +1,17 @@
|
||||||
# Template file for 'attract'
|
# Template file for 'attract'
|
||||||
pkgname=attract
|
pkgname=attract
|
||||||
version=2.6.1
|
version=2.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="VERBOSE=1"
|
make_build_args="VERBOSE=1"
|
||||||
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SFML-devel ffmpeg-devel fontconfig-devel glu-devel libarchive-devel
|
makedepends="SFML-devel ffmpeg-devel fontconfig-devel glu-devel libarchive-devel
|
||||||
libcurl-devel libjpeg-turbo-devel xine-lib rapidjson"
|
libcurl-devel libjpeg-turbo-devel xine-lib rapidjson libXrandr-devel"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Attract-Mode is a graphical frontend for emulators"
|
short_desc="Attract-Mode is a graphical frontend for emulators"
|
||||||
maintainer="Pedro Narciso García Revington <p.revington@gmail.com>"
|
maintainer="Pedro Narciso García Revington <p.revington@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://attractmode.org/"
|
homepage="http://attractmode.org/"
|
||||||
distfiles="https://github.com/mickelson/attract/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mickelson/attract/archive/v${version}.tar.gz"
|
||||||
checksum=4c17641ce0a0b9ff77da5e75f0cb26cc48e4c6295ef57d86a37db18b2bd9fbe9
|
checksum=0412722c9ff186b5f7081027eb04751ee38f89c318d159f2559d0c4ac3246376
|
||||||
|
|
||||||
CFLAGS="-std=gnu++11 \
|
|
||||||
-I extlibs/audio/include \
|
|
||||||
-I extlibs/gameswf \
|
|
||||||
-I extlibs/nowide \
|
|
||||||
-I extlibs/sqrat/include \
|
|
||||||
-I extlibs/squirrel/include \
|
|
||||||
-I ${XBPS_CROSS_BASE}/usr/include/freetype2 \
|
|
||||||
-I ${XBPS_CROSS_BASE}/usr/include/SFML"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue