wok-next view Geomyidae/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents 11b5e93cb5f2
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.r-36.net/"
11 TARBALL="geomyidae-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL"
14 compile_rules() {
15 # Move man page to the right place
16 sed -i 's|/man/|/share&|' $src/Makefile
18 make && make DESTDIR=$DESTDIR install || return 1
20 install -Dm644 $src/index.gph $install/var/gopher/index.gph
21 }
23 genpkg_rules() {
24 copy @std
25 }