wok-6.x view terminology/receipt @ rev 14653

Normalize LICENSE according to wok/licenses package (gpl part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 21:49:39 2013 +0200 (2013-06-04)
parents 0387d66b218c
children 327920accf95
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="elementary"
14 BUILD_DEPENDS="elementary-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 }