wok-next view xfce4-notifyd/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-notifyd"
4 VERSION="0.2.4" # higher versions required libxfce4ui2 that depends on GTK+3
5 CATEGORY="development"
6 SHORT_DESC="Simple, visually-appealing notification daemon for Xfce"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool libx11-dev libice-dev libxfce4util-dev \
15 libxfce4ui-dev libnotify-dev"
17 compile_rules() {
18 ./configure \
19 --disable-debug \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 # */bin/*-config usually a dev file, but not in this case
28 copy @std xfce4-notifyd-config
29 DEPENDS="libcairo dbus dbus-glib gdk-pixbuf glib gtk2 libnotify libxfce4ui \
30 libxfce4util xfconf libx11"
31 TAGS="Xfce"
32 }