wok diff foobillardplus-music/receipt @ rev 14605
Up: youtube-dl to 2013.05.23.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 31 19:59:16 2013 +0000 (2013-05-31) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/foobillardplus-music/receipt Fri May 31 19:59:16 2013 +0000 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 +}