wok-next view Geomyidae/receipt @ rev 20545
vmtouch: create $install/usr/bin path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 03 15:08:22 2018 +0200 (2018-04-03) |
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 }