wok-next view libgnomeui/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgnomeui"
4 VERSION="2.24.5"
5 CATEGORY="x-window"
6 SHORT_DESC="GUI parts of what was previously gnome-libs"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring \
15 libgnome-keyring-dev libbonoboui-dev util-linux-uuid-dev libgcrypt-dev \
16 dbus-glib-dev esound-dev audiofile-dev libglade-dev intltool libice-dev \
17 libsm-dev"
18 SPLIT="$PACKAGE-dev"
20 compile_rules() {
21 ./configure \
22 --libexecdir=/usr/lib/libgnomeui \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 libgnomeui)
32 copy @std
33 DEPENDS="gconf atk gdk-pixbuf glib gnome-vfs gtk2 libart_lgpl \
34 libbonoboui libglade libgnome libgnome-keyring libgnomecanvas \
35 pango libice libsm"
36 ;;
37 *-dev)
38 copy @dev
39 DEPENDS="libgnomeui gconf-dev gdk-pixbuf-dev gnome-vfs-dev \
40 gtk2-dev libart_lgpl-dev libbonoboui-dev libgnome-dev \
41 libgnome-keyring-dev libgnomecanvas-dev libice-dev \
42 libsm-dev"
43 ;;
44 esac
45 }