wok view terminology/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 689fcc83daec
children 669f61f44760
line source
1 # SliTaz package receipt.
3 PACKAGE="terminology"
4 VERSION="0.3.0"
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="https://www.enlightenment.org/"
10 TARBALL="$PACKAGE-${VERSION}.tar.bz2"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment terminal"
13 #HOST_ARCH="i486 arm"
15 DEPENDS="elementary ethumb"
16 BUILD_DEPENDS="elementary-dev ethumb-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 export CFLAGS="$CFLAGS -fvisibility=hidden"
22 export LDFLAGS="$LDFLAGS -fvisibility=hidden"
23 ./configure \
24 -with-maximum-log-level=1 \
25 $CONFIGURE_ARGS &&
26 make $MAKEFLAGS && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }