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 77d90480cccb8228c9e754f6d2cf3a1d518faa35..5dad7ecdb18c71280ab34498aaacc58ad7024a1f 100644 (file)
@@ -7,7 +7,7 @@
 name=bc
 version=1.06
 release=4
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
+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,9 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --with-readline
+              --with-readline \
+              --mandir=/usr/share/man
+
   make AR="$AR"
   make DESTDIR=$PKG install
   rm -rf $PKG/usr/info