wok-next annotate fbterm/receipt @ rev 20146

Up qemu-light (2.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:50:08 2017 +0100 (2017-11-01)
parents 24582c87ebcc
children c4e53a39395a
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/"
pankso@16057 10 HOST_ARCH="i486 arm"
al@13649 11
al@19901 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19901 13 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fbterm/$TARBALL"
al@19901 14
al@13649 15 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
al@19901 16 # -> http://www.codon.org.uk/~mjg59/libx86/
al@19901 17 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncurses-dev"
al@13649 18
al@13649 19 # Rules to configure and make the package.
al@13649 20 compile_rules()
al@13649 21 {
pascal@19898 22 sed -i 's/-1/(u16) &/' src/lib/vterm_states.cpp
al@13649 23 ./configure $CONFIGURE_ARGS && make && make install
al@13649 24 }
al@13649 25
al@13649 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13649 27 genpkg_rules()
al@13649 28 {
al@19901 29 copy @std
al@19901 30 DEPENDS="fontconfig freetype"
al@13649 31 }