SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xaos"

# SliTaz package receipt.

PACKAGE="xaos"
VERSION="3.6"
CATEGORY="graphics"
SHORT_DESC="Fast interactive fractal zoomer."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://xaos-project.github.io/"
WGET_URL="https://github.com/xaos-project/XaoS/archive/refs/tags/release-$VERSION.tar.gz"

DEPENDS="libpng zlib"
BUILD_DEPENDS="pkg-config libpng-dev nasm gettext"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/xaos-project/XaoS/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure --prefix=/usr --infodir=/usr/share/info \
        --mandir=/usr/share/man \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs/
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)