updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / ne-nopdf / PKGBUILD
blob68797cadeeb31e3fb9ab74d89bda90a1dd308277
1 pkgname=ne-nopdf
2 _pkgname=ne
3 pkgver=2.2
4 pkgrel=1
5 pkgdesc="the nice editor, without pdf document"
6 arch=('i686' 'x86_64')
7 url="http://ne.dsi.unimi.it"
8 license=('GPL')
9 depends=('glibc' 'ncurses' 'texinfo')
10 replaces=('ne')
11 conflicts=('ne')
12 options=('!makeflags')
13 install=ne.install
14 source=(http://ne.dsi.unimi.it/${_pkgname}-${pkgver}.tar.gz)
15 md5sums=('552d1e0d2bd5361575daef29f617683c')
17 build() {
18   cd "${srcdir}/${_pkgname}-${pkgver}"
19   cd src make NE_GLOBAL_DIR=/usr/lib/ne
20   cd -
21   make PREFIX="${pkgdir}/usr" install || return 1