wok-next view terminology/receipt @ rev 20638

Update Enlightenment stack
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 28 17:31:01 2018 +0300 (2018-04-28)
parents 9a488e19da38
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="terminology"
4 VERSION="1.2.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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://download.enlightenment.org/rel/apps/terminology/$TARBALL"
14 BUILD_DEPENDS="meson ninja gettext intltool efl-dev curl-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules() {
19 mkdir build
20 cd build
22 meson-wrapper .. &&
23 ninja &&
24 ninja install
25 }
27 genpkg_rules() {
28 copy @std *.mo
29 DEPENDS="efl"
30 TAGS="e enlightenment terminal"
31 }