wok-next annotate goffice/receipt @ rev 20214
xchat: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 05 08:49:55 2017 +0100 (2017-11-05) |
parents | f463de72afe3 |
children | bce36a298f1e |
rev | line source |
---|---|
pankso@565 | 1 # SliTaz package receipt. |
pankso@565 | 2 |
pankso@565 | 3 PACKAGE="goffice" |
al@19466 | 4 VERSION="0.10.32" |
al@19466 | 5 CATEGORY="libs" |
al@19466 | 6 SHORT_DESC="GOffice is a library of document-centric objects and utilities" |
pankso@565 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
samuel_trassare@11785 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@19466 | 10 WEB_SITE="https://developer.gnome.org/goffice/" |
slaxemulator@11160 | 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
slaxemulator@11160 | 12 |
al@19466 | 13 DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype \ |
al@19779 | 14 gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi libgsf libpng \ |
al@19466 | 15 librsvg libxcb libxml2 libxslt pango pcre pixman util-linux-uuid xorg-libICE \ |
al@19466 | 16 xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ |
al@19466 | 17 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \ |
al@19466 | 18 xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" |
pascal@20004 | 19 BUILD_DEPENDS="cairo-dev gtk+3-dev libgsf-dev librsvg-dev libxslt-dev gtk-doc \ |
pascal@20004 | 20 intltool" |
pankso@565 | 21 |
pankso@565 | 22 # Rules to configure and make the package. |
pankso@565 | 23 compile_rules() |
pankso@565 | 24 { |
al@19466 | 25 ./configure $CONFIGURE_ARGS && make && make install |
pankso@565 | 26 } |
pankso@565 | 27 |
pankso@565 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@565 | 29 genpkg_rules() |
pankso@565 | 30 { |
al@19783 | 31 copy *.so* *.xml *.xsl README |
pankso@565 | 32 } |