CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
COPYRIGHT: updated
[crossrootfs.git] / wget / Pkgfile
index 128cbde1793ac609bea0a6e908c071026dfc2c12..45184d9f7e58aba18a5dbd8e3d5ccc5f6dffabd8 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl
 
 name=wget
-version=1.15
+version=1.16.3
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \
         wgetrc)
@@ -17,15 +17,15 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --sysconfdir=/etc \
-              --mandir=/usr/man \
               --disable-debug \
               --disable-nls \
               --with-ssl=openssl \
+              --disable-rpath \
               --with-libssl-prefix=$CLFS/usr
 
   make
   make DESTDIR=$PKG install
   install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc
 
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }