wok-next view terminology/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 4682873d09ff
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="terminology"
4 VERSION="1.2.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Terminal emulator with innovative features"
7 MAINTAINER="devel@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-dev 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 }