wok view xfce4-notifyd/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents 8c638b08b0a8
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-notifyd"
4 VERSION="0.2.2"
5 HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
6 CATEGORY="development"
7 SHORT_DESC="Simple, visually-appealing notification daemon for Xfce"
8 MAINTAINER="al.bobylev@gmail.com"
9 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL"
13 DEPENDS="libxfce4ui"
14 BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --disable-debug $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }