wok annotate foobillardplus-music/receipt @ rev 18995

Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 01:26:01 2016 -0300 (2016-03-19)
parents 33e84bccec26
children 7dd01dedad38
rev   line source
pascal@14379 1 # SliTaz package receipt.
pascal@14379 2
pascal@14379 3 PACKAGE="foobillardplus-music"
pascal@14379 4 VERSION="3.42beta"
pascal@14379 5 CATEGORY="games"
pascal@14379 6 SHORT_DESC="Music files for FooBillard++"
pascal@14379 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15002 8 LICENSE="GPL2"
pascal@14379 9 WEB_SITE="http://foobillard.sourceforge.net/"
pascal@14379 10
pascal@14379 11 WANTED="foobillardplus"
pascal@14379 12 DEPENDS="foobillardplus"
pascal@14379 13
pascal@14379 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14379 15 genpkg_rules()
pascal@14379 16 {
pascal@14379 17 mkdir -p $fs/usr/share/foobillardplus
pascal@14379 18 cp -a $src/data/music $fs/usr/share/foobillardplus
pascal@14379 19 }