CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
attr: downgraded to 2.4.46 to be aligned with upstream
[crossrootfs.git] / less / Pkgfile
index 0969bfb6236f3317272345bd6af9ff7ca902be49..a83b6f837a32ed01239895a65913918e7dac4e3e 100644 (file)
@@ -2,10 +2,10 @@
 # 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
+# Depends on: ncurses libpcre
 
 name=less
-version=429
+version=451
 release=1
 source=(http://www.greenwoodsoftware.com/less/$name-$version.tar.gz \
         filter)
@@ -16,7 +16,8 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man
+              --mandir=/usr/man \
+              --with-regex=pcre
 
   make
   make DESTDIR=$PKG install