wok view fbterm/receipt @ rev 13649

Added: gvolwheel & pnmixer (tray volume control); netrik (text web browser/pager); nanoshot (python tray screenshot tool); font-manager; fbterm (framebuffer terminal); faenza-icon-theme (need clean more)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 16 02:22:49 2012 +0000 (2012-11-16)
parents
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="fbterm"
4 VERSION="1.7.0"
5 CATEGORY="utilities"
6 SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://code.google.com/p/fbterm/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
12 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib"
13 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
14 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }