wok view xfce4-notifyd/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 11579844d239
children 6e8b1bcb30e2
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 LICENSE="GPL2"
10 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL"
14 DEPENDS="libxfce4ui"
15 BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --disable-debug $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }