wok diff bygfoot/receipt @ rev 23010

updated libav (0.6.1 -> 0.6.6)
author Hans-G?nter Theisgen
date Tue Mar 03 08:54:13 2020 +0100 (2020-03-03)
parents 17e313b5b9c1
children 5f6c5106b1f5
line diff
     1.1 --- a/bygfoot/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/bygfoot/receipt	Tue Mar 03 08:54:13 2020 +0100
     1.3 @@ -1,41 +1,42 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bygfoot"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.3.2"
     1.9  CATEGORY="games"
    1.10 -SHORT_DESC="Manage your own football (soccer) team in a league season"
    1.11 +SHORT_DESC="Manage your own football (soccer) team in a league season."
    1.12  MAINTAINER="ben@seawolfsanctuary.com"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION-source.zip"
    1.15  WEB_SITE="http://www.bygfoot.com/"
    1.16 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    1.17  
    1.18 -BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev"
    1.19 -DEPENDS="gtk+ glib pango atk freetype acl"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.21 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.22 +
    1.23 +DEPENDS="acl atk freetype glib gtk+ pango"
    1.24 +BUILD_DEPENDS="atk-dev freetype-dev glib-dev gtk+-dev pango-dev"
    1.25  
    1.26  compile_rules()
    1.27  {
    1.28  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.29  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.30 -	
    1.31 -	cd $src
    1.32  
    1.33  	chmod +x configure
    1.34  	sed -i 's/^top_srcdir/top_builddir = @top_builddir@\n&/' po/Makefile.in.in
    1.35 -	./configure \
    1.36 -		--prefix=/usr \
    1.37 -		--bindir=/usr/games \
    1.38 -		--mandir=/usr/share/man \
    1.39 +
    1.40 +	./configure			\
    1.41 +		--prefix=/usr		\
    1.42 +		--bindir=/usr/games	\
    1.43 +		--mandir=/usr/share/man	\
    1.44  		$CONFIGURE_ARGS &&
    1.45 -	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
    1.46 +	make $MAKEFLAGS &&
    1.47 +	make DESTDIR=$DESTDIR install
    1.48  }
    1.49  
    1.50  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.51  genpkg_rules()
    1.52  {
    1.53  	mkdir -p $fs/
    1.54 -	cp -a $install/usr $fs/
    1.55 +	cp -a $install/usr	$fs/
    1.56  
    1.57  	# Copy .desktop file:
    1.58 -	cp -a $stuff/* $fs/usr
    1.59 +	cp -a $stuff/*		$fs/usr
    1.60  }