wok view Geomyidae/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 45507bfb2b0d
children c66922837e6c
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 LICENSE="MIT"
9 SOURCE="geomyidae"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.r-36.net/"
12 WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 # Move man page to the right place
18 sed -i 's|/man/|/share&|' $src/Makefile
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr $fs/var/gopher
27 cp -a $src/index.gph $fs/var/gopher/
28 cp -a $install/usr/bin $fs/usr
29 }