wok diff foobillardplus-music/receipt @ rev 14413

wxWidgets: force enable graphics_ctx & unicode
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 19:05:41 2013 +0200 (2013-04-23)
parents
children 7896f0694ef6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/foobillardplus-music/receipt	Tue Apr 23 19:05:41 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 +}