wok-next annotate stjerm-terminal/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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@21078 15 BUILD_DEPENDS="vte-gtk2-dev glib-dev gtk2-dev automake 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 }