Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7fb59970f466d1bf4cea2aaf999bbaf4313b7e9
commit c7fb59970f466d1bf4cea2aaf999bbaf4313b7e9 Author: PacMiam <[email protected]> Date: Mon Mar 31 10:46:42 2014 +0200 dunst-1.0.0-1-i686 * New package diff --git a/source/x11-extra/dunst/FrugalBuild b/source/x11-extra/dunst/FrugalBuild new file mode 100644 index 0000000..120217e --- /dev/null +++ b/source/x11-extra/dunst/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.03 SBU +# Maintainer: PacMiam <[email protected]> + +pkgname=dunst +pkgver=1.0.0 +pkgrel=1 +pkgdesc="Dunst is a lightweight replacement for the notification-daemons provided by most desktop environments. It's very customizable, doesn't depend on any toolkits and therefore fits in those windowmanager centric setups we all love to customize to perfection." +url="http://www.knopwob.org/dunst/" + +groups=('x11-extra') +archs=('i686' 'x86_64') + +depends=('dbus' 'libxinerama' 'libxft' 'libxdg-basedir' 'pango' 'cairo' \ + 'libxscrnsaver' 'libnotify') + +up2date="Flasttar http://www.knopwob.org/public/dunst-release/" +sha1sums=('e792af13ed18b0b19047693d61f9811963ad2693') +source=(http://www.knopwob.org/public/$pkgname-release/$pkgname-$pkgver.tar.bz2) + +build() { + Fcd + + export PREFIX="/usr" + Fbuild +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
