wok annotate tramys-server/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents bf52d3ac4b95
children
rev   line source
al@17081 1 # SliTaz package receipt.
al@17081 2
al@17081 3 PACKAGE="tramys-server"
al@17092 4 VERSION="140828"
al@17081 5 CATEGORY="system-tools"
al@17081 6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, server part"
al@17081 7 MAINTAINER="al.bobylev@gmail.com"
al@17081 8 LICENSE="GPL"
al@17081 9 WEB_SITE="http://www.slitaz.org/"
al@17081 10
al@17081 11 DEPENDS="tramys"
al@17081 12
al@17081 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17081 14 genpkg_rules()
al@17081 15 {
al@17083 16 install -Dm755 -o www -g www $stuff/tramys2.cgi \
al@17083 17 $fs/home/slitaz/www/cook/tramys2.cgi
al@17098 18 install -Dm644 -o www -g www $stuff/tramys2.msg \
al@17098 19 $fs/home/slitaz/www/cook/tramys2.msg
al@17081 20 }