wok-current annotate libbonoboui/receipt @ rev 23253
updated ntl (5.5.2 -> 11.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 15:08:12 2020 +0100 (2020-03-25) |
parents | eeba7ab1dffe |
children | 6831608a1b2a |
rev | line source |
---|---|
pascal@11205 | 1 # SliTaz package receipt. |
pascal@11205 | 2 |
pascal@11205 | 3 PACKAGE="libbonoboui" |
Hans-G?nter@21139 | 4 VERSION="2.24.5" |
pascal@11205 | 5 CATEGORY="x-window" |
pascal@11205 | 6 SHORT_DESC="The libbonoboui package contains libbonoboui libraries." |
pascal@11205 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14714 | 8 LICENSE="GPL2" |
Hans-G?nter@21139 | 9 WEB_SITE="https://developer.gnome.org/libbonobo/" |
Hans-G?nter@21139 | 10 |
pascal@11205 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
Hans-G?nter@21139 | 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pascal@11205 | 13 |
Hans-G?nter@21139 | 14 DEPENDS="alsa-lib GConf glib gtk+ libbonobo libglade libgnome \ |
Hans-G?nter@21139 | 15 libgnomecanvas popt" |
Hans-G?nter@21139 | 16 BUILD_DEPENDS="alsa-lib-dev audiofile dbus-glib-dev esound \ |
Hans-G?nter@21139 | 17 GConf-dev glib-dev gtk+-dev intltool libbonobo-dev \ |
Hans-G?nter@21139 | 18 libffi libglade-dev libgnome-dev libgnomecanvas-dev \ |
Hans-G?nter@21139 | 19 popt-dev util-linux-uuid-dev" |
pascal@11205 | 20 |
pascal@11205 | 21 # Rules to configure and make the package. |
pascal@11205 | 22 compile_rules() |
pascal@11205 | 23 { |
Hans-G?nter@21139 | 24 ./configure \ |
Hans-G?nter@21139 | 25 --sysconfdir=/etc/gnome \ |
Hans-G?nter@21139 | 26 --libexecdir=/usr/lib/bonobo \ |
Hans-G?nter@21139 | 27 $CONFIGURE_ARGS && |
Hans-G?nter@21139 | 28 make -j 1 && |
Hans-G?nter@21139 | 29 make install |
pascal@11205 | 30 } |
pascal@11205 | 31 |
pascal@11205 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11205 | 33 genpkg_rules() |
pascal@11205 | 34 { |
pascal@11205 | 35 mkdir -p $fs/usr/lib |
pascal@11205 | 36 mkdir -p $fs/usr/share |
Hans-G?nter@21139 | 37 |
Hans-G?nter@21139 | 38 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21139 | 39 cp -a $install/usr/lib/*.so* $fs/usr/lib |
Hans-G?nter@21139 | 40 cp -a $install/usr/lib/bonobo* $fs/usr/lib |
Hans-G?nter@21139 | 41 cp -a $install/usr/lib/libglade $fs/usr/lib |
Hans-G?nter@21139 | 42 cp -a $install/usr/share/applications $fs/usr/share |
Hans-G?nter@21139 | 43 cp -a $install/usr/share/gnome-2.0 $fs/usr/share |
pascal@11205 | 44 |
pascal@11205 | 45 # remove archive lib |
pascal@11205 | 46 find $fs/usr/lib -name "*.*a" -exec rm -f {} \; |
pascal@11205 | 47 } |