[arch-commits] Commit in corkscrew/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jul 5 17:54:28 UTC 2014


    Date: Saturday, July 5, 2014 @ 19:54:28
  Author: jlichtblau
Revision: 115144

archrelease: copy trunk to community-x86_64

Added:
  corkscrew/repos/community-x86_64/PKGBUILD
    (from rev 115143, corkscrew/trunk/PKGBUILD)
  corkscrew/repos/community-x86_64/corkscrew.changelog
    (from rev 115143, corkscrew/trunk/corkscrew.changelog)
Deleted:
  corkscrew/repos/community-x86_64/ChangeLog
  corkscrew/repos/community-x86_64/PKGBUILD

---------------------+
 ChangeLog           |    3 --
 PKGBUILD            |   52 +++++++++++++++++++++++++-------------------------
 corkscrew.changelog |    3 ++
 3 files changed, 30 insertions(+), 28 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2014-07-05 17:54:22 UTC (rev 115143)
+++ ChangeLog	2014-07-05 17:54:28 UTC (rev 115144)
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Package moved to [community]
-	* version 2.0 - 61 votes in AUR

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 17:54:22 UTC (rev 115143)
+++ PKGBUILD	2014-07-05 17:54:28 UTC (rev 115144)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: gothmog.todi <t.haider at vcnc.org>
-
-pkgname=corkscrew
-pkgver=2.0
-pkgrel=5
-pkgdesc="A tool for tunneling SSH through HTTP proxies"
-arch=('i686' 'x86_64')
-url="http://www.agroman.net/corkscrew/"
-license=('GPL')
-source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('35df77e7f0e59c0ec4f80313be52c10a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: corkscrew/repos/community-x86_64/PKGBUILD (from rev 115143, corkscrew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-05 17:54:28 UTC (rev 115144)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: gothmog.todi <t.haider at vcnc.org>
+
+pkgname=corkscrew
+pkgver=2.0
+pkgrel=6
+pkgdesc="A tool for tunneling SSH through HTTP proxies"
+arch=('i686' 'x86_64')
+url="http://www.agroman.net/corkscrew/"
+license=('GPL')
+changelog=$pkgname.changelog
+source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: corkscrew/repos/community-x86_64/corkscrew.changelog (from rev 115143, corkscrew/trunk/corkscrew.changelog)
===================================================================
--- corkscrew.changelog	                        (rev 0)
+++ corkscrew.changelog	2014-07-05 17:54:28 UTC (rev 115144)
@@ -0,0 +1,3 @@
+2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community]
+	* version 2.0 - 61 votes in AUR




More information about the arch-commits mailing list