4b3a12fd8b
Minor changes in the tarball.
19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'tintin'
|
|
pkgname=tintin
|
|
version=2.01.1
|
|
revision=2
|
|
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="${SOURCEFORGE_SITE}/tintin/${pkgname}-${version}.tar.gz"
|
|
checksum=f66ec6254fecffbdd9c83cdd30a3d6b7a7cca2f51eff9b699a48dcb374b9f99b
|
|
|
|
post_install() {
|
|
for i in FAQ SCRIPTS README; do
|
|
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
|
done
|
|
}
|