wok-next view Geomyidae/receipt @ rev 19528
harfbuzz: mv /usr/bin to harfbuzz-apps (hg add)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 28 16:31:17 2016 +0100 (2016-11-28) |
parents | 45507bfb2b0d |
children | a8e106e92cc2 |
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 }