# HG changeset patch # User Hans-G?nter Theisgen # Date 1551367704 -3600 # Node ID 2fd8086633b5617b332bfbba91ad9f28353732f7 # Parent d553aadba0d3f4b3fcca9425f4e0a0683e77aafa updated fbterm (1.7.0 -> 1.8) diff -r d553aadba0d3 -r 2fd8086633b5 fbterm/receipt --- a/fbterm/receipt Thu Feb 28 15:53:45 2019 +0100 +++ b/fbterm/receipt Thu Feb 28 16:28:24 2019 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="fbterm" -VERSION="1.7.0" +VERSION="1.8" CATEGORY="utilities" -SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux" +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="http://$PACKAGE.googlecode.com/files/$TARBALL" -HOST_ARCH="i486 arm" +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" # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.