SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "goffice"

# SliTaz package receipt.

PACKAGE="goffice"
VERSION="0.10.53"
CATEGORY="libs"
SHORT_DESC="A library of document-centric objects and utilities."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://gitlab.gnome.org/GNOME/goffice/"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype 
    gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi 
    libgio libgsf libpng librsvg libxcb libxml2 libxslt pango pcre 
    pixman util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 
    xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage 
    xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi 
    xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
BUILD_DEPENDS="cairo-dev gtk-doc gtk+3-dev libcroco-dev libgsf-dev 
    librsvg-dev libxslt-dev perl-io-compress"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files *.so* *.xml *.xsl README
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)