wok annotate fbterm/receipt @ rev 17379

Add libtic
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 24 16:18:41 2014 +0100 (2014-11-24)
parents 7896f0694ef6
children e3f377fbc5f0
rev   line source
al@13649 1 # SliTaz package receipt.
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@13649 9 WEB_SITE="http://code.google.com/p/fbterm/"
al@13649 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@13649 11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
pankso@16057 12 HOST_ARCH="i486 arm"
al@13649 13
al@13649 14 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib"
al@13649 15 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
al@13649 16 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra"
al@13649 17
al@13649 18 # Rules to configure and make the package.
al@13649 19 compile_rules()
al@13649 20 {
al@13649 21 ./configure $CONFIGURE_ARGS && make && make install
al@13649 22 }
al@13649 23
al@13649 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13649 25 genpkg_rules()
al@13649 26 {
al@13649 27 mkdir -p $fs/usr
al@13649 28 cp -a $install/usr/bin $fs/usr
al@13649 29 }