X-Git-Url: http://gitweb/?a=blobdiff_plain;f=less%2FPkgfile;h=0969bfb6236f3317272345bd6af9ff7ca902be49;hb=4551f658370948e674aa4c28add80fc2b7085cf4;hp=542757c5b9346ca64359772ad557f0f3080a8206;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/less/Pkgfile b/less/Pkgfile index 542757c..0969bfb 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 Team, devel at crux-arm dot nu # 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 }