[arch-commits] Commit in putty/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Feb 22 07:51:45 UTC 2017
Date: Wednesday, February 22, 2017 @ 07:51:45
Author: arojas
Revision: 289382
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
putty/repos/testing-i686/
putty/repos/testing-i686/PKGBUILD
(from rev 289381, putty/trunk/PKGBUILD)
putty/repos/testing-x86_64/
putty/repos/testing-x86_64/PKGBUILD
(from rev 289381, putty/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: putty/repos/testing-i686/PKGBUILD (from rev 289381, putty/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-02-22 07:51:45 UTC (rev 289382)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=putty
+pkgver=0.68
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+ putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('e6acf0285e0718516cfa1fe775b1a92765387d70'
+ '69137bf036ceca37a4641922c797bb99e932a06c')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+ cd ${pkgname}-${pkgver}/unix
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}/unix
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 289381, putty/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-22 07:51:45 UTC (rev 289382)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=putty
+pkgver=0.68
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+ putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('e6acf0285e0718516cfa1fe775b1a92765387d70'
+ '69137bf036ceca37a4641922c797bb99e932a06c')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+ cd ${pkgname}-${pkgver}/unix
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}/unix
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list