wok rev 19589

Add fbvis
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 29 13:20:31 2016 +0100 (2016-12-29)
parents 41409ce5bfcf
children d56ba1003f81
files fbvis/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fbvis/receipt	Thu Dec 29 13:20:31 2016 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fbvis"
     1.7 +VERSION="20151208"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="A small framebuffer image viewer.."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="unknown"
    1.12 +WEB_SITE="http://repo.or.cz/fbvis.git"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="git|git://repo.or.cz/fbvis.git"
    1.15 +HOST_ARCH="i486 arm"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	make
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/bin
    1.27 +	cp $src/fbvis $fs/usr/bin
    1.28 +}