wok annotate evilvte/receipt @ rev 20434

Add python-terminado
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 31 19:02:12 2018 +0200 (2018-08-31)
parents 223b265f40fd
children ad8b9ff412d2
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@14067 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@14067 11 WGET_URL="$WEB_SITE$TARBALL"
al@17501 12 TAGS="terminal"
al@14067 13
al@14067 14 DEPENDS="gtk+ ncurses vte"
al@14067 15 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-dev"
jozee@4949 16
jozee@4949 17 # Rules to configure and make the package.
jozee@4949 18 compile_rules()
jozee@4949 19 {
devl547@5214 20 ./configure --prefix=/usr &&
gokhlayeh@8795 21 make -j1 &&
al@14067 22 make DESTDIR=$install install
jozee@4949 23 }
jozee@4949 24
jozee@4949 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4949 26 genpkg_rules()
jozee@4949 27 {
al@14067 28 mkdir -p $fs/usr
al@14067 29 cp -a $install/usr/bin $fs/usr
jozee@4949 30 }