# HG changeset patch # User Christophe Lincoln # Date 1208210992 -7200 # Node ID ef771ca92a977a901db494a2e9d565d66d5960f4 # Parent dde02d953b611751d81f57ce008a781466f050da Add: ctorrent (ssl/transmission out of core) diff -r dde02d953b61 -r ef771ca92a97 ctorrent-dnh/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ctorrent-dnh/receipt Tue Apr 15 00:09:52 2008 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="ctorrent-dnh" +VERSION="3.3" +CATEGORY="network" +SHORT_DESC="Command line Bittorrent client." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.rahul.net/dholmes/ctorrent/" +WGET_URL="http://download.tuxfamily.org/slitaz/sources/packages/c/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --with-ssl=no \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +}