wok annotate fbterm/receipt @ rev 22357

locustio: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 20 22:04:09 2019 +0100 (2019-11-20)
parents e3f377fbc5f0
children 5ea0ce1cecc0
rev   line source
al@13649 1 # SliTaz package receipt.
al@13649 2
al@13649 3 PACKAGE="fbterm"
Hans-G?nter@20916 4 VERSION="1.8"
al@13649 5 CATEGORY="utilities"
Hans-G?nter@20916 6 SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux."
al@13649 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15002 8 LICENSE="GPL2"
pascal@20673 9 WEB_SITE="https://github.com/sfzhi/fbterm"
Hans-G?nter@20916 10
al@13649 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20916 12 WGET_URL="https://github.com/sfzhi/$PACKAGE/archive/$VERSION/$TARBALL"
al@13649 13
al@13649 14 DEPENDS="bzlib expat fontconfig freetype gcc-lib-base glibc-base zlib"
al@13649 15 #configure: WARNING: libx86.h doesn't exist! VESA support will be disabled!
al@13649 16 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncursesw-dev ncursesw-extra"
Hans-G?nter@20916 17 HOST_ARCH="i486 arm"
al@13649 18
al@13649 19 # Rules to configure and make the package.
al@13649 20 compile_rules()
al@13649 21 {
Hans-G?nter@20916 22 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@20916 23 make -j 1 &&
Hans-G?nter@20916 24 make install
al@13649 25 }
al@13649 26
al@13649 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13649 28 genpkg_rules()
al@13649 29 {
al@13649 30 mkdir -p $fs/usr
al@13649 31 cp -a $install/usr/bin $fs/usr
al@13649 32 }