wok view terminology/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents 01010da01a4a
children 7a526dcd4932
line source
1 # SliTaz package receipt.
3 PACKAGE="terminology"
4 VERSION="0.3.0-3"
5 CATEGORY="base-system"
6 SHORT_DESC="Terminology is a terminal emulator with innovative features."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="gpl"
9 WEB_SITE="http://www.enlightenment.org/"
10 TARBALL="$PACKAGE-${VERSION%-*}.tar.gz"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment terminal"
14 DEPENDS="elementary"
15 BUILD_DEPENDS="elementary-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 -with-maximum-log-level=1 \
22 $CONFIGURE_ARGS &&
23 make $MAKEFLAGS && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }