wok diff bygfoot/receipt @ rev 17583
Add: libsecret 0.18
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 08 19:36:25 2015 +0000 (2015-02-08) |
parents | 4c6b6a900860 |
children | 17e313b5b9c1 |
line diff
1.1 --- a/bygfoot/receipt Mon Apr 30 09:38:21 2012 +0200 1.2 +++ b/bygfoot/receipt Sun Feb 08 19:36:25 2015 +0000 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="Manage your own football (soccer) team in a league season" 1.6 MAINTAINER="ben@seawolfsanctuary.com" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION-source.zip" 1.9 WEB_SITE="http://www.bygfoot.com/" 1.10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 1.11 + 1.12 BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev" 1.13 DEPENDS="gtk+ glib pango atk freetype acl" 1.14 1.15 @@ -25,14 +27,14 @@ 1.16 --bindir=/usr/games \ 1.17 --mandir=/usr/share/man \ 1.18 $CONFIGURE_ARGS && 1.19 - make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install 1.20 + make $MAKEFLAGS && make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/ 1.27 - cp -a $_pkg/usr $fs/ 1.28 + cp -a $install/usr $fs/ 1.29 1.30 # Copy .desktop file: 1.31 cp -a $stuff/* $fs/usr