CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.40.7
[crossrootfs.git] / bc / Pkgfile
index f3003bba5983966f96a5a8b85c1a557ae7ec2739..5dad7ecdb18c71280ab34498aaacc58ad7024a1f 100644 (file)
@@ -6,8 +6,8 @@
 
 name=bc
 version=1.06
-release=3
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
+release=4
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz \
         $name-$version-compile_fixes.patch $name-$version-fixes-1.patch)
 
 build() { 
@@ -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