wok-next annotate mate-terminal/receipt @ rev 21203
updated airgeddon (3.31 -> 8.12)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 07:58:03 2019 +0100 (2019-12-02) |
parents | 5669e8b3be70 |
children |
rev | line source |
---|---|
al@20096 | 1 # SliTaz package receipt v2. |
yuripourre@16950 | 2 |
yuripourre@16950 | 3 PACKAGE="mate-terminal" |
al@20938 | 4 VERSION="1.20.1" |
al@20096 | 5 CATEGORY="system-tools" |
al@20096 | 6 SHORT_DESC="The MATE Terminal Emulator" |
al@20096 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16950 | 8 LICENSE="GPL3" |
al@20096 | 9 WEB_SITE="https://github.com/mate-desktop/mate-terminal" |
al@20096 | 10 |
yuripourre@16950 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20096 | 12 WGET_URL="https://github.com/mate-desktop/mate-terminal/archive/v$VERSION.tar.gz" |
yuripourre@16950 | 13 |
al@21020 | 14 BUILD_DEPENDS="mate-common yelp-tools-dev vte-dev gtk3-dev dconf-dev \ |
al@21078 | 15 libx11-dev itstool libsm-dev" |
al@21082 | 16 DEPENDS="atk dconf gdk-pixbuf glib gtk3 pango vte libice libsm libx11" |
al@21082 | 17 |
al@21082 | 18 TAGS="MATE" |
al@20096 | 19 |
al@20096 | 20 compile_rules() { |
al@20096 | 21 ./autogen.sh \ |
yuripourre@16950 | 22 $CONFIGURE_ARGS && |
al@20481 | 23 fix libtool && |
yuripourre@16950 | 24 make && |
al@21082 | 25 make install || return 1 |
al@21082 | 26 |
al@21082 | 27 fix symlinks |
yuripourre@16950 | 28 } |