wok diff libbsd/receipt @ rev 21783

Add gksu
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 17 22:18:59 2019 +0300 (2019-07-17)
parents a78610b2eb47
children 30054e3f93e9
line diff
     1.1 --- a/libbsd/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libbsd/receipt	Wed Jul 17 22:18:59 2019 +0300
     1.3 @@ -1,20 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libbsd"
     1.7 -VERSION="0.6.0"
     1.8 +VERSION="0.9.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Provides useful functions commonly found on BSD systems."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="BSD MIT"
    1.13  WEB_SITE="https://libbsd.freedesktop.org/wiki/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16  WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL"
    1.17 +
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure $CONFIGURE_ARGS && make && make install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make -j 1 &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.