wok annotate terminology/receipt @ rev 15930
Up: cmake (2.8.11)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:23:36 2014 +0100 (2014-02-22) |
parents | 327920accf95 |
children | 689fcc83daec |
rev | line source |
---|---|
domcox@14314 | 1 # SliTaz package receipt. |
domcox@14314 | 2 |
domcox@14314 | 3 PACKAGE="terminology" |
domcox@14687 | 4 VERSION="0.3.0-3" |
domcox@14314 | 5 CATEGORY="base-system" |
domcox@14687 | 6 SHORT_DESC="Terminology is a terminal emulator with innovative features." |
domcox@14314 | 7 MAINTAINER="domcox@slitaz.org" |
al@14742 | 8 LICENSE="GPL" |
domcox@14314 | 9 WEB_SITE="http://www.enlightenment.org/" |
domcox@14687 | 10 TARBALL="$PACKAGE-${VERSION%-*}.tar.gz" |
domcox@14314 | 11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" |
domcox@14687 | 12 TAGS="e enlightenment terminal" |
domcox@14314 | 13 |
domcox@14432 | 14 DEPENDS="elementary" |
domcox@14432 | 15 BUILD_DEPENDS="elementary-dev" |
domcox@14314 | 16 |
domcox@14314 | 17 # Rules to configure and make the package. |
domcox@14314 | 18 compile_rules() |
domcox@14314 | 19 { |
domcox@14314 | 20 ./configure \ |
domcox@14314 | 21 -with-maximum-log-level=1 \ |
domcox@14314 | 22 $CONFIGURE_ARGS && |
domcox@14687 | 23 make $MAKEFLAGS && make install |
domcox@14314 | 24 } |
domcox@14314 | 25 |
domcox@14314 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14314 | 27 genpkg_rules() |
domcox@14314 | 28 { |
domcox@14314 | 29 cp -a $install/* $fs |
domcox@14314 | 30 } |