New package: xye-0.12.2
This commit is contained in:
parent
6725a7a94b
commit
69b8409a19
1 changed files with 21 additions and 0 deletions
21
srcpkgs/xye/template
Normal file
21
srcpkgs/xye/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'xye'
|
||||
pkgname=xye
|
||||
version=0.12.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="SDL_image-devel SDL_ttf-devel"
|
||||
short_desc="Puzzle game inspired by Kye"
|
||||
maintainer="Adrian Siekierka <asiekierka@gmail.com>"
|
||||
license="zlib, custom"
|
||||
homepage="http://xye.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=5d7c04f37d6b4a1821594512c7ddbc8189f968e08ecfd5af55231302f2f917d8
|
||||
|
||||
post_install() {
|
||||
vdoc ReadMe.html
|
||||
vdoc ChangeLog
|
||||
vdoc AUTHORS
|
||||
vdoc NEWS
|
||||
vlicense COPYING
|
||||
vlicense res/detailed_COPYING
|
||||
}
|
Loading…
Reference in a new issue