New package: zaz-1.0.0

This commit is contained in:
cipres 2020-01-01 00:45:47 +01:00 committed by Jürgen Buchmüller
parent cb194d4950
commit dce4aa8cac
2 changed files with 26 additions and 0 deletions

View 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
View 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"