wok-next annotate fbterm/receipt @ rev 20615

Up cookutils (1050), glib-networking (2.54.1), gsettings-desktop-schemas (3.24.1), libsoup (2.60.3); add geoclue (2.4.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 20 14:55:15 2018 +0300 (2018-04-20)
parents 57422350b15e
children a3c581bf52b8
rev   line source
al@19901 1 # SliTaz package receipt v2.
al@13649 2
al@13649 3 PACKAGE="fbterm"
al@13649 4 VERSION="1.7.0"
al@13649 5 CATEGORY="utilities"
al@13649 6 SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux"
al@13649 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15002 8 LICENSE="GPL2"
al@19901 9 WEB_SITE="https://code.google.com/archive/p/fbterm/"
al@13649 10
al@19901 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19901 12 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fbterm/$TARBALL"
al@19901 13
al@13649 14 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
al@19901 15 # -> http://www.codon.org.uk/~mjg59/libx86/
al@19901 16 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncurses-dev"
al@13649 17
al@13649 18 # Rules to configure and make the package.
al@13649 19 compile_rules()
al@13649 20 {
pascal@19898 21 sed -i 's/-1/(u16) &/' src/lib/vterm_states.cpp
al@13649 22 ./configure $CONFIGURE_ARGS && make && make install
al@13649 23 }
al@13649 24
al@13649 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13649 26 genpkg_rules()
al@13649 27 {
al@19901 28 copy @std
al@19901 29 DEPENDS="fontconfig freetype"
al@13649 30 }