#Maintainer: Richard Lapointe #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=btpd pkgver=0.16 pkgrel=1rl #$arch= source=(http://cloud.github.com/downloads/btpd/btpd/btpd-0.16.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/btpd/btpd/wiki/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "btpd (BitTorrent Protocol Daemon)" "Btpd is a utility for sharing files over the BitTorrent network" "protocol. It runs in daemon mode, thus needing no controlling terminal" "or gui. Instead, the daemon is controlled by the btcli command line" "utility, or other programs capable of sending commands and queries on" "the btpd control socket. The goal is to provide a healthy alternative" "to the still prevailing ftp/http servers for file distribution sites" "and a good BitTorrent client for the casual user." "See the README file in /usr/doc/btpd-016/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc # ./autogen.sh || return 1 make || return 1 make install DESTDIR=$startdir/pkg }