wok-next view libgsf/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents e19ff076dc63
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgsf"
4 VERSION="1.14.42"
5 CATEGORY="libs"
6 SHORT_DESC="GNOME Structured File Library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://developer.gnome.org/gsf/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgsf.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 COOKOPTS="force-arch" # different .gir
17 BUILD_DEPENDS="intltool gtk-doc glib-dev libxml2-dev zlib-dev bzip2-dev \
18 gdk-pixbuf-dev gobject-introspection-dev"
19 SPLIT="$PACKAGE-dev"
21 compile_rules() {
22 ./configure \
23 --disable-static \
24 --enable-introspection \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 libgsf)
34 copy @std
35 DEPENDS="libbzip2 gdk-pixbuf glib libxml2 zlib"
36 ;;
37 *-dev)
38 copy @dev
39 DEPENDS="libgsf glib-dev libxml2-dev"
40 ;;
41 esac
42 }