wok diff fbterm/receipt @ rev 13801

Up: xterm (287)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 04:41:49 2013 +0300 (2013-01-06)
parents
children 7896f0694ef6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fbterm/receipt	Sun Jan 06 04:41:49 2013 +0300
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fbterm"
     1.7 +VERSION="1.7.0"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://code.google.com/p/fbterm/"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.14 +
    1.15 +DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib"
    1.16 +#configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
    1.17 +BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure $CONFIGURE_ARGS && make && make install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +}