wok annotate evilvte/receipt @ rev 15202

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 07 22:59:13 2013 +0000 (2013-09-07)
parents f76b5b1ad11c
children 5d53e8ccbc8d
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@14067 12
al@14067 13 DEPENDS="gtk+ ncurses vte"
al@14067 14 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-dev"
devl547@5216 15 TAGS="terminal"
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 }