wok annotate xfce4-notifyd/receipt @ rev 14277

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