wok annotate exo/receipt @ rev 23130

apr-util-dev: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 21:12:31 2020 +0100 (2020-03-13)
parents 0dd833f88cc4
children 17091bc7c301
rev   line source
erjo@5219 1 # SliTaz package receipt.
erjo@5219 2
erjo@5219 3 PACKAGE="exo"
erkan@22421 4 VERSION="0.10.3"
erjo@5219 5 CATEGORY="meta"
erjo@5219 6 SHORT_DESC="Xfce Exo library and tools"
erjo@5219 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@5219 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20671 10 WEB_SITE="https://www.xfce.org"
erjo@14815 11 WGET_URL="http://archive.xfce.org/xfce/4.10/src/$TARBALL"
slaxemulator@8986 12 COOK_OPT="!fs"
erjo@5219 13
pankso@12542 14 DEPENDS="exo-tools libexo util-linux-uuid libgio"
pankso@12542 15 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \
pascal@19744 16 util-linux-uuid-dev libgio-dev glib-dev gtk+-dev libxfce4ui-dev libxml2-dev \
pascal@19744 17 xcb-util-dev"
pankso@12542 18
erjo@5219 19 # Rules to configure and make the package.
erjo@5219 20 compile_rules()
erjo@5219 21 {
slaxemulator@8986 22 patch -p1 -i $stuff/helpers.rc.u
pascal@22172 23 export LDFLAGS="$LDFLAGS -lxcb-util"
erjo@5219 24 ./configure \
erjo@5219 25 --prefix=/usr \
erjo@5219 26 --sysconfdir=/etc \
erjo@5219 27 --libexecdir=/usr/lib/libexo \
erjo@5219 28 --disable-debug \
erjo@5219 29 --mandir=/usr/share/man \
erjo@5219 30 --disable-python \
erjo@5219 31 $CONFIGURE_ARGS && \
pankso@12542 32 make && make install
erjo@5219 33 }
erjo@5219 34
erjo@5219 35 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5219 36 genpkg_rules()
erjo@5219 37 {
erjo@5219 38 mkdir $fs/usr
erjo@5219 39 }