wok-undigest view terminology/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents eeb261309199
children
line source
1 # SliTaz package receipt.
3 PACKAGE="terminology"
4 VERSION="0.4.0-alpha4"
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/rel/apps/$PACKAGE/$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 }