# SliTaz package receipt. PACKAGE="fbterm" VERSION="1.8" CATEGORY="utilities" SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://github.com/sfzhi/fbterm" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/sfzhi/$PACKAGE/archive/$VERSION/$TARBALL" DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib" #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled! BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra" HOST_ARCH="i486 arm" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }