wok diff gujin/receipt @ rev 21087

updated jsoncpp (0.10.2 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Mar 15 15:55:06 2019 +0100 (2019-03-15)
parents 7bb096863642
children 932cd974e081
line diff
     1.1 --- a/gujin/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/gujin/receipt	Fri Mar 15 15:55:06 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gujin"
     1.7 -VERSION="2.8.6"
     1.8 +VERSION="2.8.7"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Graphical real-mode bootloader."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://gujin.sourceforge.net/"
    1.14 +WEB_SITE="https://sourceforge.net/projects/gujin/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 @@ -16,8 +17,8 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24 -	make && make DESTDIR=$DESTDIR install
    1.25 +	make -j 1 &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.