20 lines
563 B
Bash
20 lines
563 B
Bash
# Template file for 'tintin'
|
|
pkgname=tintin
|
|
version=2.01.4
|
|
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"
|
|
short_desc="Console-based MUD client"
|
|
distfiles="${SOURCEFORGE_SITE}/tintin/${pkgname}-${version}.tar.gz"
|
|
checksum=dd22afbff45a93ec399065bae385489131af7e1b6ae8abb28f80d6a03b82ebbc
|
|
|
|
post_install() {
|
|
for i in FAQ SCRIPTS README; do
|
|
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
|
done
|
|
}
|