wok-next view startup-notification/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="startup-notification"
4 VERSION="0.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Startup notification protocol"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/startup-notification/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.freedesktop.org/software/startup-notification/releases/$TARBALL"
13 TARBALL_SHA1="4198bce2808d03160454a2940d989f3a5dc96dbb"
15 BUILD_DEPENDS="libx11-dev libice-dev libxcb-dev xcb-util-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="libx11 libxcb xcb-util"
20 compile_rules() {
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install || return 1
28 cook_pick_docs doc/startup-notification.txt
29 }