wok-next view terminology/receipt @ rev 20523

libnsgif: add missing stuff
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 15:16:45 2018 +0200 (2018-03-23)
parents 689fcc83daec
children 9a488e19da38
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="http://www.enlightenment.org/"
10 TARBALL="$PACKAGE-${VERSION}.tar.bz2"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment terminal"
14 DEPENDS="elementary ethumb"
15 BUILD_DEPENDS="elementary-dev ethumb-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 export CFLAGS="$CFLAGS -fvisibility=hidden"
21 export LDFLAGS="$LDFLAGS -fvisibility=hidden"
22 ./configure \
23 -with-maximum-log-level=1 \
24 $CONFIGURE_ARGS &&
25 make $MAKEFLAGS && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }