wok view terminology/receipt @ rev 14426

connman: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 22:43:33 2013 +0200 (2013-04-23)
parents
children 0387d66b218c
line source
1 # SliTaz package receipt.
3 PACKAGE="terminology"
4 VERSION="0.3.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Terminology is a new terminal emulator."
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"
13 DEPENDS="libelementary ethumb"
14 BUILD_DEPENDS="elementary-dev ethumb-dev glib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 export LDFLAGS
20 ./configure \
21 -with-maximum-log-level=1 \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }