wok-next view terminology/receipt @ rev 20819
palemoon: remove again -> tomorrow is another day for finding -> fatal error: sys/int_types.h
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Jun 13 20:26:17 2018 +0000 (2018-06-13) |
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 }