wok-next annotate geomyidae/receipt @ rev 20820

Update Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 23:41:47 2018 +0300 (2018-06-13)
parents
children d5aab818505e
rev   line source
al@20640 1 # SliTaz package receipt v2.
al@20640 2
al@20640 3 PACKAGE="geomyidae"
al@20640 4 VERSION="0.31.1"
al@20640 5 CATEGORY="network"
al@20640 6 SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol"
al@20640 7 MAINTAINER="allan316@gmail.com"
al@20640 8 LICENSE="MIT"
al@20640 9 WEB_SITE="http://www.r-36.net/"
al@20640 10
al@20640 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20640 12 WGET_URL="http://git.r-36.net/geomyidae/snapshot/$TARBALL"
al@20640 13
al@20640 14 compile_rules() {
al@20640 15 CC=gcc \
al@20640 16 make &&
al@20640 17 make install &&
al@20640 18 install -Dm644 $src/index.gph $install/var/gopher/index.gph
al@20640 19 }
al@20640 20
al@20640 21 genpkg_rules() {
al@20640 22 copy @std
al@20640 23 }