puzzles: update to 20150502.

This commit is contained in:
Christian Neukirchen 2015-05-02 23:42:22 +02:00
parent dae7d77d8a
commit cb58b99455
1 changed files with 6 additions and 4 deletions

View File

@ -1,17 +1,19 @@
# Template file for 'puzzles'
pkgname=puzzles
version=20140928.r10274
version=20150502
wrksrc="${pkgname}-7f64f4a"
revision=1
hostmakedepends="pkg-config"
hostmakedepends="pkg-config perl"
makedepends="gtk+-devel"
short_desc="Simon Tatham's Portable Puzzle Collection"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT"
homepage="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz"
checksum=4c9a160807f72ed3e19eb4ff03055eeab40c250fa674f78c1c7c98f306c509c3
distfiles="http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=snapshot;h=7f64f4a50e46304b7bad011a1251e146ab63ca15;sf=tgz>${pkgname}-${version}.tar.gz"
checksum=7f4edcbe542b64726461c17272ba49790197272231460abb363dd67fc3cde739
do_build() {
./mkfiles.pl
CC="${CC}" CFLAGS="${CFLAGS}" make ${makejobs} -f Makefile.gtk \
prefix=/usr BINPREFIX=puzzles-
}