wok diff loqui/receipt @ rev 21900

updated serd and serd-dev (0.18.0 -> 0.30.0)
author Hans-G?nter Theisgen
date Thu Oct 03 20:51:42 2019 +0100 (2019-10-03)
parents 380ffe05937a
children 1bd2c6414e5a
line diff
     1.1 --- a/loqui/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/loqui/receipt	Thu Oct 03 20:51:42 2019 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="loqui"
     1.7 -VERSION="0.5.2"
     1.8 +VERSION="0.6.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Light IRC Client for Gtk2."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WGET_URL="https://launchpadlibrarian.net/85404437/$TARBALL"
    1.15  WEB_SITE="https://launchpad.net/loqui"
    1.16  
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://launchpad.net/$PACKAGE/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.19 +
    1.20  DEPENDS="gtk+"
    1.21 -BUILD_DEPENDS="gtk+-dev wget"
    1.22 +BUILD_DEPENDS="gtk+-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	./configure \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	make -j 1 &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.