wok diff gmtp/receipt @ rev 23539

updated python-pygments (2.2.0 -> 2.6.1)
author Hans-G?nter Theisgen
date Mon Apr 06 17:01:19 2020 +0100 (2020-04-06)
parents 86790a278e70
children 932cd974e081
line diff
     1.1 --- a/gmtp/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/gmtp/receipt	Mon Apr 06 17:01:19 2020 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gmtp"
     1.7 -VERSION="1.3.7"
     1.8 +VERSION="1.3.11"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="A simple graphical MTP client"
    1.11 +SHORT_DESC="A simple graphical MTP client."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://sourceforge.net/projects/gmtp/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="GConf flac libid3tag libmtp"
    1.20 -BUILD_DEPENDS="gtk+-dev GConf-dev libmtp-dev flac-dev libid3tag-dev \
    1.21 -libvorbis-dev"
    1.22 +DEPENDS="flac GConf libid3tag libmtp"
    1.23 +BUILD_DEPENDS="flac-dev GConf-dev gtk+-dev libid3tag-dev libmtp-dev 
    1.24 +	libvorbis-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure $CONFIGURE_ARGS && make && make install
    1.30 +	./configure $CONFIGURE_ARGS &&
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	cp -a $install/* $fs
    1.39 +	cp -a $install/*	$fs
    1.40  }