[arch-commits] Commit in httptunnel/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Mar 24 04:10:51 UTC 2009


    Date: Tuesday, March 24, 2009 @ 00:10:51
  Author: eric
Revision: 31033

Merged revisions 31032 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/httptunnel/trunk

........
  r31032 | eric | 2009-03-24 00:10:30 -0400 (Tue, 24 Mar 2009) | 2 lines
  
  upgpkg: httptunnel 3.3-2
      Added license, FHS man pages, Added glibc depends
........

Modified:
  httptunnel/repos/extra-x86_64/	(properties)
  httptunnel/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Property changes on: httptunnel/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /httptunnel/trunk:1-9004
   + /httptunnel/trunk:1-31032

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-24 04:10:30 UTC (rev 31032)
+++ extra-x86_64/PKGBUILD	2009-03-24 04:10:51 UTC (rev 31033)
@@ -4,16 +4,18 @@
 
 pkgname=httptunnel
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests"
 arch=(i686 x86_64)
 url="http://www.nocrew.org/software/httptunnel"
+license=('GPL2')
+depends=('glibc')
 source=(http://www.nocrew.org/software/httptunnel/$pkgname-$pkgver.tar.gz)
 md5sums=('493cc0f5f21e9955db27ee9cd9a976d5')
 
 build() {
-cd $startdir/src/$pkgname-$pkgver
-./configure --prefix=/usr
-make || return 1
-make prefix=$startdir/pkg/usr install
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
 }




More information about the arch-commits mailing list