mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: zaz-1.0.0
This commit is contained in:
parent
cb194d4950
commit
dce4aa8cac
2 changed files with 26 additions and 0 deletions
11
srcpkgs/zaz/patches/Makefile.in.patch
Normal file
11
srcpkgs/zaz/patches/Makefile.in.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/Makefile.in.orig 2019-12-31 19:44:51.375524565 +0100
|
||||||
|
+++ src/Makefile.in 2019-12-31 19:45:06.273524051 +0100
|
||||||
|
@@ -273,7 +273,7 @@
|
||||||
|
splash.cpp
|
||||||
|
|
||||||
|
zaz_LDFLAGS =
|
||||||
|
-zaz_LDADD = $(ZAZ_LIBS) $(FTGL_LIBS) $(GL_LIBS) @LIBINTL@
|
||||||
|
+zaz_LDADD = $(ZAZ_LIBS) -lvorbis $(FTGL_LIBS) $(GL_LIBS) @LIBINTL@
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
.SUFFIXES:
|
15
srcpkgs/zaz/template
Normal file
15
srcpkgs/zaz/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'zaz'
|
||||||
|
pkgname=zaz
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="ftgl-devel SDL_image-devel libvorbis-devel
|
||||||
|
libtheora-devel freetype-devel"
|
||||||
|
short_desc="Arcade action puzzle game"
|
||||||
|
maintainer="David Ferlier <dispertio@gmx.es>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="http://zaz.sourceforge.net"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=e332cc1a6559e18a2b632940c53d20e2f2d2b583ba9dc1fd02a586437f9f0397
|
||||||
|
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
|
Loading…
Add table
Reference in a new issue