SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fbvis"

# SliTaz package receipt.

PACKAGE="fbvis"
VERSION="20151208"
CATEGORY="graphics"
SHORT_DESC="A small framebuffer image viewer."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="unknown"
WEB_SITE="https://repo.or.cz/fbvis.git"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="git|git://repo.or.cz/fbvis.git"
HOST_ARCH="i486 arm"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin $install/usr/share/doc
    cp $src/README $install/usr/share/doc
    cp $src/fbvis $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)