wok-current annotate evilvte/receipt @ rev 15123
htmldoc: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 22:27:18 2013 +0000 (2013-08-14) |
parents | c9b183976335 |
children | 223b265f40fd |
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" |
jozee@4949 | 8 WEB_SITE="http://www.calno.com/evilvte/" |
al@14067 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@14067 | 10 WGET_URL="$WEB_SITE$TARBALL" |
al@14067 | 11 |
al@14067 | 12 DEPENDS="gtk+ ncurses vte" |
al@14067 | 13 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-dev" |
devl547@5216 | 14 TAGS="terminal" |
jozee@4949 | 15 |
jozee@4949 | 16 # Rules to configure and make the package. |
jozee@4949 | 17 compile_rules() |
jozee@4949 | 18 { |
devl547@5214 | 19 ./configure --prefix=/usr && |
gokhlayeh@8795 | 20 make -j1 && |
al@14067 | 21 make DESTDIR=$install install |
jozee@4949 | 22 } |
jozee@4949 | 23 |
jozee@4949 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4949 | 25 genpkg_rules() |
jozee@4949 | 26 { |
al@14067 | 27 mkdir -p $fs/usr |
al@14067 | 28 cp -a $install/usr/bin $fs/usr |
jozee@4949 | 29 } |