wok-undigest annotate terminology/receipt @ rev 1228

updated glib and glib-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 13:48:24 2020 +0100 (2020-09-09)
parents eeb261309199
children
rev   line source
domcox@1058 1 # SliTaz package receipt.
domcox@1058 2
domcox@1058 3 PACKAGE="terminology"
domcox@1066 4 VERSION="0.4.0-alpha4"
domcox@1058 5 CATEGORY="base-system"
domcox@1058 6 SHORT_DESC="Terminology is a terminal emulator with innovative features."
domcox@1058 7 MAINTAINER="domcox@slitaz.org"
domcox@1058 8 LICENSE="GPL"
domcox@1058 9 WEB_SITE="http://www.enlightenment.org/"
domcox@1058 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@1058 11 WGET_URL="http://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL"
domcox@1058 12 TAGS="e enlightenment terminal"
domcox@1058 13
domcox@1058 14 DEPENDS="elementary"
domcox@1058 15 BUILD_DEPENDS="elementary-dev"
domcox@1058 16
domcox@1058 17 # Rules to configure and make the package.
domcox@1058 18 compile_rules()
domcox@1058 19 {
domcox@1058 20 ./configure \
domcox@1058 21 -with-maximum-log-level=1 \
domcox@1058 22 $CONFIGURE_ARGS &&
domcox@1058 23 make $MAKEFLAGS && make install
domcox@1058 24 }
domcox@1058 25
domcox@1058 26 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@1058 27 genpkg_rules()
domcox@1058 28 {
domcox@1058 29 cp -a $install/* $fs
domcox@1058 30 }