wok-next annotate evilvte/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 7e6db3d3e591
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
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@21017 14 BUILD_DEPENDS="gtk2-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@21017 24 DEPENDS="gtk2 ncurses vte-gtk2"
al@20390 25 TAGS="terminal"
jozee@4949 26 }