Update to latest upstream release

- build with ssl support

Update to newstyle meta data
  - add depend file
This commit is contained in:
Tom G. Christensen 2004-12-20 14:00:02 +00:00 committed by tgc
parent 4b305eaed7
commit 3073a86190
4 changed files with 14 additions and 19 deletions

View File

@ -8,7 +8,7 @@
#
# Check the following 4 variables before running the script
topdir=wget
version=1.8.2
version=1.9.1
pkgver=1
source[0]=$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -17,12 +17,6 @@ source[0]=$topdir-$version.tar.gz
# Source function library
. ${HOME}/buildpkg/scripts/buildpkg.functions
# Fill in pkginfo values if necessary
# using pkgname,name,pkgcat,pkgvendor & pkgdesc
name="Wget - Retrieves files from the Web"
pkgvendor="http://www.gnu.org"
pkgdesc="Wget is a network utility to retrieve files from the Web using http and ftp"
# Define script functions and register them
METHODS=""
reg() {
@ -38,8 +32,9 @@ prep()
reg build
build()
{
export LDFLAGS="-L/usr/local/lib -R/usr/local/lib"
setdir source
./configure --prefix=$prefix --disable-nls --enable-static=no
./configure --prefix=$prefix --disable-nls --enable-static=no --with-ssl
$MAKE_PROG
}
@ -47,6 +42,7 @@ reg install
install()
{
generic_install DESTDIR
doc README NEWS TODO
}
reg pack

1
wget/meta/depend.wget Normal file
View File

@ -0,0 +1 @@
P SBossl097dlib OpenSSL - Secure Socket Layer

9
wget/meta/pkgdef Normal file
View File

@ -0,0 +1,9 @@
[wget]
pkgname="$pkgprefix""$topdir"
name="Wget - Retrieves files from the Web"
pkgcat="application"
pkgvendor="http://www.gnu.org"
pkgdesc="Wget is a network utility to retrieve files from the Web using http and ftp"
pkgver="$pkgver"
files(-,root,bin)
*

View File

@ -1,11 +0,0 @@
PKG="%%pkgname%%"
NAME="%%name%%"
ARCH="sparc"
VERSION="%%version%%"
CATEGORY="%%pkgcat%%"
VENDOR="%%pkgvendor%%"
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
PSTAMP="%%pkgver%%"
BASEDIR="%%topinstalldir%%"
CLASSES="none"
DESC="%%pkgdesc%%"