#Packager: George Vlahavas pkgname=ne pkgver=2.2 pkgrel=1gv source=("http://ne.dsi.unimi.it/ne-$pkgver.tar.gz") docs=("readme" "install" "copying" "changes" "authors" "news" "todo") url=http://vigna.dsi.unimi.it/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ne (the nice editor)" "ne is a free (GPL'd) text editor based on the POSIX standard that runs" "(we hope) on almost any UN*X machine. ne is easy to use for the" "beginner, but powerful and fully configurable for the wizard, and most" "sparing in its resource usage." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/-O3/$CFLAGS/" src/makefile make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg PREFIX=/usr chown -R root:root $startdir/pkg }