wok rev 14687

terminology: Up to 0.3.0-3
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:09:23 2013 +0200 (2013-06-06)
parents b18137a3ae72
children 109756bc9246
files terminology/receipt
line diff
     1.1 --- a/terminology/receipt	Thu Jun 06 22:09:22 2013 +0200
     1.2 +++ b/terminology/receipt	Thu Jun 06 22:09:23 2013 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="terminology"
     1.7 -VERSION="0.3.0"
     1.8 +VERSION="0.3.0-3"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Terminology is a new terminal emulator."
    1.11 +SHORT_DESC="Terminology is a terminal emulator with innovative features."
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13 -LICENSE="GPL"
    1.14 +LICENSE="gpl"
    1.15  WEB_SITE="http://www.enlightenment.org/"
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +TARBALL="$PACKAGE-${VERSION%-*}.tar.gz"
    1.18  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.19 +TAGS="e enlightenment terminal"
    1.20  
    1.21  DEPENDS="elementary"
    1.22  BUILD_DEPENDS="elementary-dev"
    1.23 @@ -16,11 +17,10 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	export LDFLAGS
    1.28  	./configure \
    1.29  		-with-maximum-log-level=1 \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make &&	make install
    1.32 +	make $MAKEFLAGS && make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.