CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / wget / Pkgfile
index 5a0b5a284501f57d6278139fcc706f24b928c1d6..c0baa8115fc8606b7edf021760e23a262975e10d 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl
 
 name=wget
-version=1.14
+version=1.18
 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
 }