wok-6.x diff xfce4-notifyd/receipt @ rev 14151
syslinux/isohybrid.exe: lseek fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 04 10:03:54 2013 +0100 (2013-03-04) |
parents | |
children | 11579844d239 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-notifyd/receipt Mon Mar 04 10:03:54 2013 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-notifyd" 1.7 +VERSION="0.2.2" 1.8 +HI_VERSION=$(echo $VERSION | cut -d. -f1,2) 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="Simple, visually-appealing notification daemon for Xfce" 1.11 +MAINTAINER="al.bobylev@gmail.org" 1.12 +WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL" 1.15 + 1.16 +DEPENDS="libxfce4ui" 1.17 +BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure --disable-debug $CONFIGURE_ARGS && make && make install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 +}