puzzles: update to 20140928.r10274.

This commit is contained in:
Christian Neukirchen 2014-10-03 20:11:17 +02:00
parent bf2afe46e7
commit a72be21f7f
1 changed files with 4 additions and 7 deletions

View File

@ -1,20 +1,17 @@
# Template file for 'puzzles'
pkgname=puzzles
version=10223
version=20140928.r10274
revision=1
hostmakedepends="subversion libsasl perl pkg-config"
hostmakedepends="pkg-config"
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/"
do_fetch() {
svn co -r${version} svn://svn.tartarus.org/sgt/puzzles ${pkgname}-${version}
}
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz"
checksum=4c9a160807f72ed3e19eb4ff03055eeab40c250fa674f78c1c7c98f306c509c3
do_build() {
./mkfiles.pl
CC="${CC}" CFLAGS="${CFLAGS}" make ${makejobs} -f Makefile.gtk \
prefix=/usr BINPREFIX=puzzles-
}