wok diff billardgl/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents a2c3b45bfc8b
children 6e8b1bcb30e2
line diff
     1.1 --- a/billardgl/receipt	Sat Jan 05 13:18:38 2013 +0100
     1.2 +++ b/billardgl/receipt	Sun Feb 23 15:49:23 2014 +0100
     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