summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 20:54:24 +0100
committerLukc <lukc@upyum.com>2010-12-12 20:54:24 +0100
commitb41b8d79192d0d57b21434fbcffffc854ce23ff6 (patch)
treeed6b969dd97b1e7749d1c12d6f19db83225a7320
parent47ce3695fc5760e9ad53b6084ce15b91fdc97975 (diff)
downloadbase-b41b8d79192d0d57b21434fbcffffc854ce23ff6.tar.gz
base-b41b8d79192d0d57b21434fbcffffc854ce23ff6.tar.bz2
base-b41b8d79192d0d57b21434fbcffffc854ce23ff6.tar.xz
base-b41b8d79192d0d57b21434fbcffffc854ce23ff6.zip
Recette de wget retirée.
-rw-r--r--wget/.footprint8
-rw-r--r--wget/.md5sum2
-rw-r--r--wget/Pkgfile19
-rw-r--r--wget/Pkgfile.old26
-rw-r--r--wget/wgetrc5
5 files changed, 0 insertions, 60 deletions
diff --git a/wget/.footprint b/wget/.footprint
deleted file mode 100644
index c71150c..0000000
--- a/wget/.footprint
+++ /dev/null
@@ -1,8 +0,0 @@
-drwxr-xr-x root/root etc/
--rw-r--r-- root/root etc/wgetrc
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/wget
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/wget.1.gz
diff --git a/wget/.md5sum b/wget/.md5sum
deleted file mode 100644
index f6c6602..0000000
--- a/wget/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-e6ee1f02df61c6fb8a076be66983090a wget-1.12.tar.lzma
-fa717c9970a09e8ee1775a93e51fb694 wgetrc
diff --git a/wget/Pkgfile b/wget/Pkgfile
deleted file mode 100644
index 1766b67..0000000
--- a/wget/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-description="A network utility for downloading content from the Web"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.gnu.org/software/wget/"
-depends=(openssl)
-
-name=wget
-version=1.12
-release=1
-source=(http://ftp.gnu.org/gnu/wget/wget-1.12.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
-}
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
-}
diff --git a/wget/wgetrc b/wget/wgetrc
deleted file mode 100644
index d8f5ccf..0000000
--- a/wget/wgetrc
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# /etc/wgetrc: wget(1) configuration
-#
-
-# End of file