New package: tintin-2.01.0
This commit is contained in:
parent
70ecd88063
commit
9812702718
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'tintin'
|
||||
pkgname=tintin
|
||||
version=2.01.0
|
||||
revision=1
|
||||
wrksrc="tt/src"
|
||||
build_style=gnu-configure
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
makedepends="zlib-devel ncurses-devel pcre-devel readline-devel"
|
||||
license="GPL-2"
|
||||
homepage="http://tintin.sourceforge.net/index.php"
|
||||
short_desc="A console-based MUD client"
|
||||
distfiles="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=e0e35463a97ee5b33ef0b29b2c57fa8276c4e76328cb19c98a6ea92c603a9c76
|
||||
|
||||
post_install() {
|
||||
for i in FAQ SCRIPTS README; do
|
||||
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
||||
done
|
||||
}
|
Loading…
Reference in New Issue