wok diff fbterm/receipt @ rev 22005
added tar-lang 1.32
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 18 17:38:24 2019 +0100 (2019-10-18) |
parents | e3f377fbc5f0 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/fbterm/receipt Thu Jan 24 17:15:36 2019 +0100 1.2 +++ b/fbterm/receipt Fri Oct 18 17:38:24 2019 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fbterm" 1.7 -VERSION="1.7.0" 1.8 +VERSION="1.8" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux" 1.11 +SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://github.com/sfzhi/fbterm" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 +WGET_URL="https://github.com/sfzhi/$PACKAGE/archive/$VERSION/$TARBALL" 1.20 1.21 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib" 1.22 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled! 1.23 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./configure $CONFIGURE_ARGS && make && make install 1.30 + ./configure $CONFIGURE_ARGS && 1.31 + make -j 1 && 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.