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

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children 742d2b96f24d
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"
14 BUILD_DEPENDS="libx11-dev libice-dev libxcb-dev \
15 xcb-util-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install || return 1
26 cook_pick_docs doc/startup-notification.txt
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 startup-notification)
32 copy @std
33 DEPENDS="libx11 libxcb xcb-util"
34 ;;
35 *-dev)
36 copy @dev
37 ;;
38 esac
39 }