wok rev 21108

updated lgi (0.7.2 -> 0.9.2)
author Hans-G?nter Theisgen
date Tue Mar 19 14:23:46 2019 +0100 (2019-03-19)
parents ade03e6b76cb
children 93c7d5278f70
files lgi/receipt
line diff
     1.1 --- a/lgi/receipt	Tue Mar 19 14:12:59 2019 +0100
     1.2 +++ b/lgi/receipt	Tue Mar 19 14:23:46 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lgi"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="0.9.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Dynamic Lua binding to GObject libraries using GObject-Introspection"
    1.11 +SHORT_DESC="Dynamic Lua binding to GObject libraries using GObject-Introspection."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://github.com/pavouk/lgi"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/pavouk/lgi/archive/$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="glib gobject-introspection lua"
    1.20 -BUILD_DEPENDS="gobject-introspection-dev lua-dev wget"
    1.21 +BUILD_DEPENDS="gobject-introspection-dev lua-dev"
    1.22  # add "cairo-dev gtk+-dev" for `make check`
    1.23  
    1.24  # Rules to configure and make the package.
    1.25 @@ -20,8 +21,9 @@
    1.26  	# fix paths
    1.27  	sed -i 's|/usr/local|/usr|g;s|5.1|5.2|g;s|51|52|g' \
    1.28  		$src/lgi/Makefile $src/lgi/core.lua $src/lgi/core.c
    1.29 +
    1.30  	# `make check` after `make` produces error
    1.31 -	make &&
    1.32 +	make -j 1 &&
    1.33  	make PREFIX=/usr DESTDIR=$install install
    1.34  }
    1.35