d4e54f9abc
Closes: #10417 [via git-merge-pr]
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=7f3eb8237252d1a23c6388e6f9ee2a8a2e79e143b5f5a809700775a45a6c6c55
|
|
|
|
post_install() {
|
|
for i in FAQ SCRIPTS README; do
|
|
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
|
done
|
|
}
|