wok-next annotate 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
rev   line source
al@20638 1 # SliTaz package receipt v2.
domcox@14314 2
domcox@14314 3 PACKAGE="terminology"
al@20638 4 VERSION="1.2.0"
domcox@14314 5 CATEGORY="base-system"
al@20638 6 SHORT_DESC="Terminology is a terminal emulator with innovative features"
domcox@14314 7 MAINTAINER="domcox@slitaz.org"
al@14742 8 LICENSE="GPL"
al@20638 9 WEB_SITE="https://www.enlightenment.org/"
domcox@14314 10
al@20638 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 12 WGET_URL="https://download.enlightenment.org/rel/apps/terminology/$TARBALL"
domcox@14314 13
al@20638 14 BUILD_DEPENDS="meson ninja gettext intltool efl-dev curl-dev"
al@20638 15
al@20638 16 COOKOPTS="skip-log-errors"
al@20638 17
al@20638 18 compile_rules() {
al@20638 19 mkdir build
al@20638 20 cd build
al@20638 21
al@20638 22 meson-wrapper .. &&
al@20638 23 ninja &&
al@20638 24 ninja install
domcox@14314 25 }
domcox@14314 26
al@20638 27 genpkg_rules() {
al@20638 28 copy @std *.mo
al@20638 29 DEPENDS="efl"
al@20638 30 TAGS="e enlightenment terminal"
domcox@14314 31 }