wok-next view evilvte/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 83f5964f619e
children f48456621a9d
line source
1 # SliTaz package receipt.
3 PACKAGE="evilvte"
4 VERSION="0.5.2~pre1"
5 CATEGORY="utilities"
6 SHORT_DESC="VTE based, highly customizable terminal emulator"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.calno.com/evilvte/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 BUILD_DEPENDS="gtk+-dev ncurses-dev vte-gtk2-dev"
16 compile_rules() {
17 ./configure --prefix=/usr &&
18 make -j1 &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std @ico
24 DEPENDS="gtk+ ncurses vte-gtk2"
25 TAGS="terminal"
26 }