### this file is sourced not run
PKGVER=1.4.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=ctcs-$PKGVER.tar.gz
MD5SUM=7dfe725e558eb75258a2199f2aa9fdbc
SRC_URL=http://downloads.sourceforge.net/dtorrent/$TARBALL
BUNDLE=

SLACKREQ=perl
SLACKDESC="ctcs: ctcs $PKGVER (CTorrent Control)
ctcs: 
ctcs: CTorrent Control Server (CTCS) is an interface for monitoring and 
ctcs: managing Enhanced CTorrent clients. It can manage allocation of 
ctcs: bandwidth, provide status information, and allow changes to the 
ctcs: running configuration of each client.
ctcs: 
ctcs: http://www.rahul.net/dholmes/ctorrent/ctcs.html
ctcs: 
ctcs: 
ctcs: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ctcs*
	install -m755 ctcs /usr/bin &&
	install -m644 readme.txt /usr/share/doc/ctcs.txt &&
	pkg_build_slackdesc
}


