wok rev 14314

Add: terminology (0.3.0)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:28:42 2013 +0200 (2013-04-07)
parents 770504092440
children f79ea815af04
files terminology/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/terminology/receipt	Sun Apr 07 10:28:42 2013 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="terminology"
     1.7 +VERSION="0.3.0"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Terminology is a new terminal emulator."
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +LICENSE="gpl"
    1.12 +WEB_SITE="http://www.enlightenment.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.15 +
    1.16 +DEPENDS="libelementary ethumb"
    1.17 +BUILD_DEPENDS="elementary-dev ethumb-dev glib-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	export LDFLAGS
    1.23 +	./configure \
    1.24 +		-with-maximum-log-level=1 \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&	make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/* $fs
    1.33 +}