wok view terminology/receipt @ rev 14639

Fixed all xorg receipts to use SOURCE variable again. Please use SOURCE variable Aleksej.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 02 09:36:07 2013 +0000 (2013-06-02)
parents 518637395492
children 01010da01a4a
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 }