wok-next annotate terminology/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 4682873d09ff |
children |
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@21020 | 6 SHORT_DESC="Terminal emulator with innovative features" |
al@21020 | 7 MAINTAINER="devel@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@21020 | 14 BUILD_DEPENDS="meson ninja gettext-dev 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 } |