wok diff billardgl/receipt @ rev 19719
transfig: update for libpng >= 1.4.1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 16 10:08:24 2017 +0100 (2017-02-16) |
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 Feb 16 10:08:24 2017 +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