wok-next annotate stjerm-terminal/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 | f48456621a9d |
children | 5669e8b3be70 |
rev | line source |
---|---|
mallory@2652 | 1 # SliTaz package receipt. |
mallory@2652 | 2 |
mallory@2652 | 3 PACKAGE="stjerm-terminal" |
pascal@20392 | 4 VERSION="0.18" |
mallory@2652 | 5 CATEGORY="x-window" |
al@21020 | 6 SHORT_DESC="Quake-like terminal emulator. It's window is shown with a key shortcut" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15097 | 8 LICENSE="GPL2" |
al@20888 | 9 WEB_SITE="https://github.com/stjerm/stjerm" |
al@20888 | 10 REPOLOGY="stjerm" |
al@20888 | 11 |
al@21020 | 12 TARBALL="stjerm-$VERSION.tar.gz" |
pascal@20392 | 13 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" |
mallory@2652 | 14 |
al@21020 | 15 BUILD_DEPENDS="vte-gtk2-dev glib-dev gtk2-dev automake xorg-libXinerama-dev" |
pascal@15097 | 16 |
al@21020 | 17 compile_rules() { |
pascal@15097 | 18 ./autogen.sh |
mallory@2652 | 19 ./configure \ |
mallory@2652 | 20 --prefix=/usr \ |
mallory@2652 | 21 --infodir=/usr/share/info \ |
mallory@2652 | 22 --mandir=/usr/share/man \ |
mallory@2652 | 23 $CONFIGURE_ARGS && |
al@21020 | 24 make && |
al@21020 | 25 make DESTDIR=$install install |
mallory@2652 | 26 } |
mallory@2652 | 27 |
al@21020 | 28 genpkg_rules() { |
mallory@2652 | 29 mkdir -p $fs/usr |
pascal@15097 | 30 cp -a $install/usr/bin $fs/usr |
al@21020 | 31 DEPENDS="vte-gtk2" |
al@21020 | 32 TAGS="terminal" |
mallory@2652 | 33 } |