wok-next annotate evilvte/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 83f5964f619e
children f48456621a9d
rev   line source
jozee@4949 1 # SliTaz package receipt.
jozee@4949 2
jozee@4949 3 PACKAGE="evilvte"
al@14067 4 VERSION="0.5.2~pre1"
jozee@4949 5 CATEGORY="utilities"
jozee@4949 6 SHORT_DESC="VTE based, highly customizable terminal emulator"
devl547@5214 7 MAINTAINER="devl547@gmail.com"
pascal@15202 8 LICENSE="GPL2"
jozee@4949 9 WEB_SITE="http://www.calno.com/evilvte/"
al@20390 10
al@14067 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@14067 12 WGET_URL="$WEB_SITE$TARBALL"
al@14067 13
al@20390 14 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-gtk2-dev"
jozee@4949 15
al@20390 16 compile_rules() {
devl547@5214 17 ./configure --prefix=/usr &&
gokhlayeh@8795 18 make -j1 &&
al@14067 19 make DESTDIR=$install install
jozee@4949 20 }
jozee@4949 21
al@20390 22 genpkg_rules() {
al@20390 23 copy @std @ico
al@20393 24 DEPENDS="gtk+ ncurses vte-gtk2"
al@20390 25 TAGS="terminal"
jozee@4949 26 }