CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
iputils: updated to s20151218
[crossrootfs.git] / bc / Pkgfile
index f3003bba5983966f96a5a8b85c1a557ae7ec2739..4295838cb742c4f6953fe779eb6d4f2d74392d8d 100644 (file)
@@ -6,7 +6,7 @@
 
 name=bc
 version=1.06
-release=3
+release=4
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
         $name-$version-compile_fixes.patch $name-$version-fixes-1.patch)
 
@@ -20,7 +20,8 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --with-readline
+              --with-readline \
+              --mandir=/usr/share/man
 
   make AR="$AR"
   make DESTDIR=$PKG install