wok diff foobillardplus-music/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents
children 7896f0694ef6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/foobillardplus-music/receipt	Thu Aug 08 19:15:45 2013 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="foobillardplus-music"
     1.7 +VERSION="3.42beta"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Music files for FooBillard++"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE=""
    1.12 +WEB_SITE="http://foobillard.sourceforge.net/"
    1.13 +
    1.14 +WANTED="foobillardplus"
    1.15 +DEPENDS="foobillardplus"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share/foobillardplus
    1.21 +	cp -a $src/data/music $fs/usr/share/foobillardplus
    1.22 +}