wok-next rev 21675
updated geomyidae (0.31.1 -> 0.34)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 11:01:06 2020 +0100 (2020-06-29) |
parents | f63fef0920b6 |
children | 943beb6cfecf |
files | geomyidae/receipt |
line diff
1.1 --- a/geomyidae/receipt Mon Jun 29 10:52:14 2020 +0100 1.2 +++ b/geomyidae/receipt Mon Jun 29 11:01:06 2020 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="geomyidae" 1.7 -VERSION="0.31.1" 1.8 +VERSION="0.34" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Daemon for serving the Gopher protocol" 1.11 MAINTAINER="allan316@gmail.com" 1.12 LICENSE="MIT" 1.13 WEB_SITE="http://www.r-36.net/" 1.14 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WGET_URL="http://git.r-36.net/geomyidae/snapshot/$TARBALL" 1.17 +TARBALL="$PACKAGE-$VERSION.tgz" 1.18 +WGET_URL="ftp://bitreich.org/releases/$PACKAGE/$PACKAGE-v$VERSION.tgz" 1.19 1.20 -compile_rules() { 1.21 - CC=gcc \ 1.22 - make && 1.23 +compile_rules() 1.24 +{ 1.25 + CC=gcc make && 1.26 make install && 1.27 - install -Dm644 $src/index.gph $install/var/gopher/index.gph 1.28 + install -Dm644 $src/index.gph $install/var/gopher/index.gph 1.29 } 1.30 1.31 -genpkg_rules() { 1.32 +genpkg_rules() 1.33 +{ 1.34 copy @std 1.35 }