[arch-commits] Commit in wget/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Apr 1 01:40:17 UTC 2010
Date: Wednesday, March 31, 2010 @ 21:40:17
Author: pierre
Revision: 75183
upgpkg: wget 1.12-2
openssl/heimdal rebuild
Modified:
wget/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-01 01:39:54 UTC (rev 75182)
+++ PKGBUILD 2010-04-01 01:40:17 UTC (rev 75183)
@@ -4,7 +4,7 @@
pkgname=wget
pkgver=1.12
-pkgrel=1
+pkgrel=2
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/wget/wget.html"
@@ -21,5 +21,9 @@
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list