1 # Contributor: Moritz Heidkamp <moritz@invision-team.de>
5 pkgdesc="A simple binding to the xosd library for the Ruby programming language that allows displaying of arbitrary notifications in X11."
7 url="http://rubyforge.org/projects/ruby-xosd/"
10 makedepends=(ruby xosd)
11 source=(http://rubyforge.org/frs/download.php/17832/$pkgname-$pkgver.tar.bz2)
12 md5sums=('e59f3f945296a9fe126d838448e386d7')
15 cd "$startdir/src/$pkgname-$pkgver"
18 make DESTDIR="$startdir/pkg" install
21 # vim:set ts=2 sw=2 et: