wok view Geomyidae/receipt @ rev 13612
remmina: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 12 20:54:54 2012 +0100 (2012-11-12) |
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 }