wok annotate fbterm/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents 4af76cfb62c4
children a06c764fccd3
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"
al@13649 12
al@13649 13 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib"
al@13649 14 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
al@13649 15 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra"
al@13649 16
al@13649 17 # Rules to configure and make the package.
al@13649 18 compile_rules()
al@13649 19 {
al@13649 20 ./configure $CONFIGURE_ARGS && make && make install
al@13649 21 }
al@13649 22
al@13649 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13649 24 genpkg_rules()
al@13649 25 {
al@13649 26 mkdir -p $fs/usr
al@13649 27 cp -a $install/usr/bin $fs/usr
al@13649 28 }