wok-next annotate gobject-introspection/receipt @ rev 21622
updated elfkickers (3.0 -> 3.1a)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 14:35:46 2020 +0100 (2020-06-25) |
parents | 4d9f82dabdbb |
children | 64897b237b59 |
rev | line source |
---|---|
al@19768 | 1 # SliTaz package receipt v2. |
slaxemulator@6668 | 2 |
slaxemulator@6668 | 3 PACKAGE="gobject-introspection" |
al@21071 | 4 VERSION="1.58.2" |
al@14225 | 5 CATEGORY="development" |
al@14225 | 6 SHORT_DESC="Introspection system for GObject-based libraries" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15021 | 8 LICENSE="LGPL2 MIT" |
al@19768 | 9 WEB_SITE="https://wiki.gnome.org/Projects/GObjectIntrospection" |
al@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gobject-introspection.html" |
al@19682 | 11 |
al@14225 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
yuripourre@16883 | 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
al@14225 | 14 |
al@21094 | 15 COOKOPTS="force-arch" # different .gir |
al@21094 | 16 |
al@21071 | 17 BUILD_DEPENDS="glib-dev cairo-dev gtk-doc python-dev util-linux-mount-dev \ |
al@21071 | 18 openssl-dev libffi-dev" |
al@21020 | 19 SPLIT="$PACKAGE-dev" |
pankso@16084 | 20 |
al@21071 | 21 COPY_std="@std *.typelib" |
al@21071 | 22 COPY_dev="@std @dev @rm" |
al@21071 | 23 |
al@21071 | 24 DEPENDS_std="glib libffi python" |
al@21071 | 25 DEPENDS_dev="gobject-introspection glib-dev libffi-dev" |
al@21071 | 26 |
al@20405 | 27 compile_rules() { |
slaxemulator@6668 | 28 ./configure \ |
slaxemulator@6669 | 29 --disable-static \ |
slaxemulator@6668 | 30 $CONFIGURE_ARGS && |
al@20405 | 31 fix libtool && |
al@21020 | 32 make && |
al@21020 | 33 make install |
slaxemulator@6668 | 34 } |