Receipt for package "gnumeric"
# SliTaz package receipt. PACKAGE="gnumeric" VERSION="1.12.57" CATEGORY="office" SHORT_DESC="Office Spreadsheet application." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" WEB_SITE="http://www.gnumeric.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="adwaita-icon-theme at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype gdk-pixbuf glib glibc-base goffice gtk+3 harfbuzz 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="bison goffice-dev gtk-doc gtk+3-dev itstool" HOST_ARCH="i486 x86_64" # What is the latest version available today? 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() { sed 's|^gnm_cell_has_expr|gnm_cell_has_expr (GnmCell const *cell);\ninline gboolean\n&|' \ -i src/cell.h ./configure \ --without-perl \ --without-python \ --without-gda \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/gnumeric $fs/usr/lib cp -a $install/usr/lib/goffice $fs/usr/lib find $fs/usr/lib -name '*.la' -delete cp -a $install/usr/share/applications $fs/usr/share cp -a $install/usr/share/glib-2.0 $fs/usr/share cp -a $install/usr/share/gnumeric $fs/usr/share cp -a $install/usr/share/icons $fs/usr/share }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)