wok view terminology/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 327920accf95
children 689fcc83daec
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 }