wok annotate terminology/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents 01010da01a4a
children 7a526dcd4932
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"
domcox@14687 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 }