wok-next annotate geomyidae/receipt @ rev 21452
updated socat (2.0.0-b7 -> 2.0.0-b9)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 07 13:23:44 2020 +0100 (2020-05-07) |
parents | 29ae397b760a |
children | 7d09ac4fade7 |
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@21020 | 6 SHORT_DESC="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 } |