wok view Geomyidae/receipt @ rev 9961

deadbeef: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 15:43:27 2011 +0200 (2011-05-18)
parents
children 14d7ba023d04
line source
1 # SliTaz package receipt.
3 PACKAGE="Geomyidae"
4 VERSION="0.13"
5 CATEGORY="network"
6 SHORT_DESC="A gopher server"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://www.r-36.net"
11 WGET_URL="http://www.in2dwok.com/downloads/$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 }