wok-6.x diff lgi/receipt @ rev 21159
Up vcdimager (2.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 31 13:48:00 2019 +0200 (2019-03-31) |
parents | 1d98908f8e3b |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/lgi/receipt Fri May 23 18:46:34 2014 +0300 1.2 +++ b/lgi/receipt Sun Mar 31 13:48:00 2019 +0200 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