20 lines
575 B
Bash
20 lines
575 B
Bash
# Template file for 'tintin'
|
|
pkgname=tintin
|
|
version=2.01.2
|
|
revision=1
|
|
wrksrc="tt"
|
|
build_wrksrc="src"
|
|
build_style=gnu-configure
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
makedepends="zlib-devel pcre-devel readline-devel gnutls-devel"
|
|
license="GPL-2"
|
|
homepage="http://tintin.sourceforge.net/index.php"
|
|
short_desc="A console-based MUD client"
|
|
distfiles="${SOURCEFORGE_SITE}/tintin/${pkgname}-${version}.tar.gz"
|
|
checksum=01e11e3cded48ff686b2ea16e767acf1f6b5ea326551ecff091552e89f4a038e
|
|
|
|
post_install() {
|
|
for i in FAQ SCRIPTS README; do
|
|
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
|
done
|
|
}
|