wok-next view geomyidae/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="geomyidae"
4 VERSION="0.31.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="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://git.r-36.net/geomyidae/snapshot/$TARBALL"
14 compile_rules() {
15 CC=gcc \
16 make &&
17 make install &&
18 install -Dm644 $src/index.gph $install/var/gopher/index.gph
19 }
21 genpkg_rules() {
22 copy @std
23 }