mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
swars: build with new sdl12-compat library
This commit is contained in:
parent
09910bb68c
commit
b3dc96e55d
1 changed files with 4 additions and 2 deletions
|
@ -6,11 +6,12 @@ lib32mode="full"
|
||||||
|
|
||||||
pkgname=swars
|
pkgname=swars
|
||||||
version=0.3
|
version=0.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-data-path=/opt/swars/"
|
configure_args="--with-data-path=/opt/swars/"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL-devel zlib-devel libopenal-devel libpng-devel libvorbis-devel"
|
makedepends="sdl12-compat-devel zlib-devel libopenal-devel libpng-devel
|
||||||
|
libvorbis-devel"
|
||||||
depends="vorbis-tools cdparanoia"
|
depends="vorbis-tools cdparanoia"
|
||||||
short_desc="A SDL port of the 1996 DOS game Syndicate Wars"
|
short_desc="A SDL port of the 1996 DOS game Syndicate Wars"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -18,6 +19,7 @@ license="GPL-3"
|
||||||
homepage="http://swars.vexillium.org/"
|
homepage="http://swars.vexillium.org/"
|
||||||
distfiles="http://swars.vexillium.org/files/swars-${version}.tar.bz2"
|
distfiles="http://swars.vexillium.org/files/swars-${version}.tar.bz2"
|
||||||
checksum=01f44e5b792d41b138d361d04810a875cfa5f897c642a2b13d0dde633fabdacb
|
checksum=01f44e5b792d41b138d361d04810a875cfa5f897c642a2b13d0dde633fabdacb
|
||||||
|
broken="unable to fetch source"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove useless files
|
# remove useless files
|
||||||
|
|
Loading…
Add table
Reference in a new issue