wok view tramys-server/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents bf52d3ac4b95
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tramys-server"
4 VERSION="140828"
5 CATEGORY="system-tools"
6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, server part"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.slitaz.org/"
11 DEPENDS="tramys"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 install -Dm755 -o www -g www $stuff/tramys2.cgi \
17 $fs/home/slitaz/www/cook/tramys2.cgi
18 install -Dm644 -o www -g www $stuff/tramys2.msg \
19 $fs/home/slitaz/www/cook/tramys2.msg
20 }