wok view Geomyidae/receipt @ rev 14573
Transmission-cli shouldn't install Transmission-gtk
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Fri May 24 18:26:23 2013 +0200 (2013-05-24) |
parents | 4cd615959f41 |
children | f4c22f009037 |
line source
1 # SliTaz package receipt.
3 PACKAGE="Geomyidae"
4 VERSION="0.26.1"
5 CATEGORY="network"
6 SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol."
7 MAINTAINER="allan316@gmail.com"
8 SOURCE="geomyidae"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.r-36.net"
11 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make && make DESTDIR=$PWD/_pkg install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr $fs/var/gopher
24 cp -a $src/index.gph $fs/var/gopher/
25 cp -a $_pkg/usr/bin $fs/usr
26 }