wok view Geomyidae/receipt @ rev 4814

Up: claws-mail-vcalendar(2.0.7)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 19 01:08:11 2010 +0100 (2010-01-19)
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 }