wok-next view fbterm/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fbterm"
4 VERSION="1.7"
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://github.com/sfzhi/fbterm"
10 #WEB_SITE="https://github.com/izmntuk/fbterm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/sfzhi/fbterm/archive/$VERSION.tar.gz"
15 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
16 # -> http://www.codon.org.uk/~mjg59/libx86/
17 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncurses-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 sed -i 's/-1/(u16) &/' src/lib/vterm_states.cpp
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 DEPENDS="fontconfig freetype"
31 }