wok annotate fbvis/receipt @ rev 19589

Add fbvis
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 29 13:20:31 2016 +0100 (2016-12-29)
parents
children d56ba1003f81
rev   line source
pascal@19589 1 # SliTaz package receipt.
pascal@19589 2
pascal@19589 3 PACKAGE="fbvis"
pascal@19589 4 VERSION="20151208"
pascal@19589 5 CATEGORY="graphics"
pascal@19589 6 SHORT_DESC="A small framebuffer image viewer.."
pascal@19589 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19589 8 LICENSE="unknown"
pascal@19589 9 WEB_SITE="http://repo.or.cz/fbvis.git"
pascal@19589 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@19589 11 WGET_URL="git|git://repo.or.cz/fbvis.git"
pascal@19589 12 HOST_ARCH="i486 arm"
pascal@19589 13
pascal@19589 14 # Rules to configure and make the package.
pascal@19589 15 compile_rules()
pascal@19589 16 {
pascal@19589 17 make
pascal@19589 18 }
pascal@19589 19
pascal@19589 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19589 21 genpkg_rules()
pascal@19589 22 {
pascal@19589 23 mkdir -p $fs/usr/bin
pascal@19589 24 cp $src/fbvis $fs/usr/bin
pascal@19589 25 }