wok annotate xfce4-notifyd/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 380ffe05937a
children 17091bc7c301
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"
pascal@20671 10 WEB_SITE="https://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 }