From: Jose V Beneyto Date: Mon, 14 Dec 2009 13:48:46 +0000 (+0100) Subject: less: cleaned up X-Git-Url: http://gitweb/?a=commitdiff_plain;h=cb4559feaa8a41cbba680b719157a704cf4ab4c3;hp=7e1290b37c5639e55b4066b36a01a00c7fd47ef2;p=crossrootfs.git less: cleaned up --- diff --git a/less/Pkgfile b/less/Pkgfile index 542757c..5458f20 100644 --- a/less/Pkgfile +++ b/less/Pkgfile @@ -1,7 +1,7 @@ # Description: A terminal based program for viewing text files -# URL: http://www.greenwoodsoftware.com/less/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System +# URL: http://www.greenwoodsoftware.com/less/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System, crux-arm at mikeux dot dyndns dot org # Depends on: ncurses name=less @@ -11,12 +11,14 @@ source=(http://www.greenwoodsoftware.com/less/$name-$version.tar.gz \ filter) build() { - cd $name-$version - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man - make - make DESTDIR=$PKG install - install -m 755 -D $SRC/filter $PKG/usr/lib/less/filter + cd $name-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install + install -m 755 -D $SRC/filter $PKG/usr/lib/less/filter }