wok diff emerald-themes/receipt @ rev 22583
updated cc65 (2.13.3 -> 2.18)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 14:14:48 2020 +0100 (2020-01-07) |
parents | 4b74c54bbbf2 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/emerald-themes/receipt Fri Jun 17 20:55:45 2016 +0300 1.2 +++ b/emerald-themes/receipt Tue Jan 07 14:14:48 2020 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emerald-themes" 1.7 -VERSION="0.8.12.1" 1.8 +VERSION="0.8.14" 1.9 CATEGORY="customization" 1.10 SHORT_DESC="Themes for Emerald" 1.11 MAINTAINER="psychomaniak@xakep.ru" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://github.com/compiz-reloaded" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 -WEB_SITE="https://github.com/compiz-reloaded" 1.17 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.18 1.19 DEPENDS="xorg-libX11 emerald" 1.20 @@ -16,8 +17,11 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.25 - make && make install 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + $CONFIGURE_ARGS && 1.29 + make -j 1 && 1.30 + make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.