wok-next view fbterm/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents 57422350b15e
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fbterm"
4 VERSION="1.7.0"
5 CATEGORY="utilities"
6 SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://code.google.com/archive/p/fbterm/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fbterm/$TARBALL"
14 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
15 # -> http://www.codon.org.uk/~mjg59/libx86/
16 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncurses-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's/-1/(u16) &/' src/lib/vterm_states.cpp
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy @std
29 DEPENDS="fontconfig freetype"
30 }