wok annotate xfce4-notifyd/receipt @ rev 18716
cups, cups-pam: remove duplicate files with libcups; misc. edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 17 05:25:15 2015 +0200 (2015-12-17) |
parents | 11579844d239 |
children | 6e8b1bcb30e2 |
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" |
pascal@15000 | 9 LICENSE="GPL2" |
al@14136 | 10 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" |
al@14136 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@14136 | 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL" |
al@14136 | 13 |
al@14136 | 14 DEPENDS="libxfce4ui" |
al@14136 | 15 BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev" |
al@14136 | 16 |
al@14136 | 17 # Rules to configure and make the package. |
al@14136 | 18 compile_rules() |
al@14136 | 19 { |
al@14136 | 20 ./configure --disable-debug $CONFIGURE_ARGS && make && make install |
al@14136 | 21 } |
al@14136 | 22 |
al@14136 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14136 | 24 genpkg_rules() |
al@14136 | 25 { |
al@14136 | 26 cp -a $install/* $fs |
al@14136 | 27 } |