summaryrefslogtreecommitdiffstats
path: root/wget/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'wget/Pkgfile.old')
-rw-r--r--wget/Pkgfile.old26
1 files changed, 0 insertions, 26 deletions
diff --git a/wget/Pkgfile.old b/wget/Pkgfile.old
deleted file mode 100644
index da57c08..0000000
--- a/wget/Pkgfile.old
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: A network utility for downloading content from the Web
-# URL: http://www.gnu.org/software/wget/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: openssl
-
-name=wget
-version=1.12
-release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lzma \
- wgetrc)
-
-build() {
- cd $name-$version
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/man \
- --disable-debug \
- --disable-nls
-
- make
- make DESTDIR=$PKG install
- install -D -m 644 $SRC/wgetrc $PKG/etc/wgetrc
-
- rm -r $PKG/usr/share
-}