updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / sandy / PKGBUILD
blobe0a78d9379a08613946c64c6a656d1824a34db51
1 #Contributor: Rafael Garcia <rafael.garcia.gallego@gmail.com>
3 pkgname=sandy
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="Simple ncurses text editor"
7 url="http://sandyeditor.sf.net/"
8 arch=('i686' 'x86_64')
9 license=('MIT')
10 makedepends=('pkgconfig')
11 depends=('ncurses')
12 optdepends=('dmenu: X11 integration' 'xsel: X11 integration')
13 source=(http://downloads.sourceforge.net/project/sandyeditor/sandy-0.4.tar.gz)
14 md5sums=('cf16acee40cc6d276509f630dd6e3d46')
16 build() {
17         cd $srcdir/$pkgname-$pkgver
18         make PREFIX=/usr DESTDIR=$pkgdir clean install || return 1
19         install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt