mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
puzzles: update to 20140928.r10274.
This commit is contained in:
parent
bf2afe46e7
commit
a72be21f7f
1 changed files with 4 additions and 7 deletions
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'puzzles'
|
# Template file for 'puzzles'
|
||||||
pkgname=puzzles
|
pkgname=puzzles
|
||||||
version=10223
|
version=20140928.r10274
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="subversion libsasl perl pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+-devel"
|
makedepends="gtk+-devel"
|
||||||
short_desc="Simon Tatham's Portable Puzzle Collection"
|
short_desc="Simon Tatham's Portable Puzzle Collection"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
|
homepage="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
|
||||||
|
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=4c9a160807f72ed3e19eb4ff03055eeab40c250fa674f78c1c7c98f306c509c3
|
||||||
svn co -r${version} svn://svn.tartarus.org/sgt/puzzles ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./mkfiles.pl
|
|
||||||
CC="${CC}" CFLAGS="${CFLAGS}" make ${makejobs} -f Makefile.gtk \
|
CC="${CC}" CFLAGS="${CFLAGS}" make ${makejobs} -f Makefile.gtk \
|
||||||
prefix=/usr BINPREFIX=puzzles-
|
prefix=/usr BINPREFIX=puzzles-
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue