Update to latest upstream release
- build with ssl support Update to newstyle meta data - add depend file
This commit is contained in:
parent
4b305eaed7
commit
3073a86190
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=wget
|
topdir=wget
|
||||||
version=1.8.2
|
version=1.9.1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=$topdir-$version.tar.gz
|
source[0]=$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -17,12 +17,6 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
# Source function library
|
# Source function library
|
||||||
. ${HOME}/buildpkg/scripts/buildpkg.functions
|
. ${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
|
# Define script functions and register them
|
||||||
METHODS=""
|
METHODS=""
|
||||||
reg() {
|
reg() {
|
||||||
@ -38,8 +32,9 @@ prep()
|
|||||||
reg build
|
reg build
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
|
export LDFLAGS="-L/usr/local/lib -R/usr/local/lib"
|
||||||
setdir source
|
setdir source
|
||||||
./configure --prefix=$prefix --disable-nls --enable-static=no
|
./configure --prefix=$prefix --disable-nls --enable-static=no --with-ssl
|
||||||
$MAKE_PROG
|
$MAKE_PROG
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,6 +42,7 @@ reg install
|
|||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
generic_install DESTDIR
|
generic_install DESTDIR
|
||||||
|
doc README NEWS TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
1
wget/meta/depend.wget
Normal file
1
wget/meta/depend.wget
Normal file
@ -0,0 +1 @@
|
|||||||
|
P SBossl097dlib OpenSSL - Secure Socket Layer
|
9
wget/meta/pkgdef
Normal file
9
wget/meta/pkgdef
Normal 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)
|
||||||
|
*
|
@ -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%%"
|
|
Loading…
x
Reference in New Issue
Block a user