wok diff tazweb/receipt @ rev 22279
updated xorg-xf86-video-s3virge (1.10.6 -> 1.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 14:17:52 2019 +0100 (2019-11-13) |
parents | ab43b9f8e081 |
children | 7e911016a644 |
line diff
1.1 --- a/tazweb/receipt Sat Oct 14 10:45:51 2017 +0200 1.2 +++ b/tazweb/receipt Wed Nov 13 14:17:52 2019 +0100 1.3 @@ -1,24 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazweb" 1.7 -VERSION="208" 1.8 +VERSION="209" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="SliTaz simple, fast and small Web Browser" 1.11 +TAGS="web-browser" 1.12 +SHORT_DESC="SliTaz simple, fast and small Web Browser." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="BSD" 1.15 WEB_SITE="http://www.slitaz.org/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" 1.19 -TAGS="web-browser" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 DEPENDS="libwebkit" 1.23 BUILD_DEPENDS="glib-dev gtk+-dev libsoup-dev libwebkit-dev libxslt-dev" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - make && make DESTDIR=$install install 1.30 + make -j 1 && 1.31 + make DESTDIR=$install install 1.32 } 1.33 1.34 # Cross compilation check