wok diff billardgl/receipt @ rev 18586

Up tazpkg-test(857); faenza-icon-theme: fix post_install() and pre_remove()
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 12 20:15:39 2015 +0200 (2015-11-12)
parents a2c3b45bfc8b
children 6e8b1bcb30e2
line diff
     1.1 --- a/billardgl/receipt	Sat Jan 05 13:18:38 2013 +0100
     1.2 +++ b/billardgl/receipt	Thu Nov 12 20:15:39 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="OpenGL billard game."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="BillardGL"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.billardgl.de/"
    1.11 @@ -32,6 +33,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }
    1.18