updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / xnots / PKGBUILD
blob28e40d5d27f96c6657036f5b24d071df3b577b6e
1 # Contributor: Renato Coutinho <renato.coutinho@gmail.com>
3 pkgname=xnots
4 pkgver=0.2.1
5 pkgrel=1
6 pkgdesc="A desktop sticky notes application for Unix geeks"
7 depends=('xorg-server' 'pango')
8 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
9 md5sums=('27f0fef6fb2ebb46b7b4a7cafdaf665d')
10 makedepends=('pkgconfig')
11 url="http://xnots.sourceforge.net/"
12 license=('GPL')
13 arch=('i686' 'x86_64')
15 build() {
16   cd $startdir/src/xnots-$pkgver
18   make prefix=$startdir/pkg/usr install || return 1