diff --git a/wget/build.sh b/wget/build.sh index ead3311..b2c6084 100755 --- a/wget/build.sh +++ b/wget/build.sh @@ -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 diff --git a/wget/meta/depend.wget b/wget/meta/depend.wget new file mode 100644 index 0000000..a82d8b3 --- /dev/null +++ b/wget/meta/depend.wget @@ -0,0 +1 @@ +P SBossl097dlib OpenSSL - Secure Socket Layer diff --git a/wget/meta/pkgdef b/wget/meta/pkgdef new file mode 100644 index 0000000..e44aae8 --- /dev/null +++ b/wget/meta/pkgdef @@ -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) +* diff --git a/wget/meta/pkginfo.in b/wget/meta/pkginfo.in deleted file mode 100644 index 95b0128..0000000 --- a/wget/meta/pkginfo.in +++ /dev/null @@ -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%%"