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

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents a56cc27b9077
children cd7906120828
rev   line source
mallory@2652 1 # SliTaz package receipt.
mallory@2652 2
mallory@2652 3 PACKAGE="stjerm-terminal"
mallory@2652 4 SOURCE="stjerm"
pascal@20392 5 VERSION="0.18"
mallory@2652 6 CATEGORY="x-window"
mallory@2652 7 SHORT_DESC="Stjerm is a quake-like terminal emulator. It's window is shown with a key shortcut."
mallory@2652 8 MAINTAINER="mallory@sweetpeople.org"
pascal@15097 9 LICENSE="GPL2"
mallory@2652 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20392 11 WEB_SITE="https://github.com/stjerm/stjerm"
pascal@20392 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
al@17501 13 TAGS="terminal"
mallory@2652 14
al@20393 15 DEPENDS="vte-gtk2"
pascal@20392 16 BUILD_DEPENDS="vte-gtk2-dev glib-dev gtk+-dev automake"
pascal@15097 17
mallory@2652 18 # Rules to configure and make the package.
mallory@2652 19 compile_rules()
mallory@2652 20 {
pascal@15097 21 ./autogen.sh
mallory@2652 22 ./configure \
mallory@2652 23 --prefix=/usr \
mallory@2652 24 --infodir=/usr/share/info \
mallory@2652 25 --mandir=/usr/share/man \
mallory@2652 26 $CONFIGURE_ARGS &&
pascal@15097 27 make && make DESTDIR=$DESTDIR install
mallory@2652 28 }
mallory@2652 29
mallory@2652 30 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@2652 31 genpkg_rules()
mallory@2652 32 {
mallory@2652 33 mkdir -p $fs/usr
pascal@15097 34 cp -a $install/usr/bin $fs/usr
mallory@2652 35 }