wok view Geomyidae/receipt @ rev 11987

Up posixovl (1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 03 13:40:41 2012 +0100 (2012-03-03)
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 }