[arch-commits] Commit in corkscrew/repos/community-i686 (4 files)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sat Jul 5 17:55:48 UTC 2014
Date: Saturday, July 5, 2014 @ 19:55:47
Author: jlichtblau
Revision: 115145
archrelease: copy trunk to community-i686
Added:
corkscrew/repos/community-i686/PKGBUILD
(from rev 115144, corkscrew/trunk/PKGBUILD)
corkscrew/repos/community-i686/corkscrew.changelog
(from rev 115144, corkscrew/trunk/corkscrew.changelog)
Deleted:
corkscrew/repos/community-i686/ChangeLog
corkscrew/repos/community-i686/PKGBUILD
---------------------+
ChangeLog | 3 --
PKGBUILD | 52 +++++++++++++++++++++++++-------------------------
corkscrew.changelog | 3 ++
3 files changed, 30 insertions(+), 28 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2014-07-05 17:54:28 UTC (rev 115144)
+++ ChangeLog 2014-07-05 17:55:47 UTC (rev 115145)
@@ -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:28 UTC (rev 115144)
+++ PKGBUILD 2014-07-05 17:55:47 UTC (rev 115145)
@@ -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-i686/PKGBUILD (from rev 115144, corkscrew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-05 17:55:47 UTC (rev 115145)
@@ -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-i686/corkscrew.changelog (from rev 115144, corkscrew/trunk/corkscrew.changelog)
===================================================================
--- corkscrew.changelog (rev 0)
+++ corkscrew.changelog 2014-07-05 17:55:47 UTC (rev 115145)
@@ -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