[arch-commits] Commit in pgpdump/repos (4 files)
Levente Polyak
anthraxx at archlinux.org
Sat Oct 24 00:18:59 UTC 2015
Date: Saturday, October 24, 2015 @ 02:18:58
Author: anthraxx
Revision: 144845
archrelease: copy trunk to community-x86_64, community-i686
Added:
pgpdump/repos/community-i686/
pgpdump/repos/community-i686/PKGBUILD
(from rev 144844, pgpdump/trunk/PKGBUILD)
pgpdump/repos/community-x86_64/
pgpdump/repos/community-x86_64/PKGBUILD
(from rev 144844, pgpdump/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: pgpdump/repos/community-i686/PKGBUILD (from rev 144844, pgpdump/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-24 00:18:58 UTC (rev 144845)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pgpdump
+pkgver=0.29
+pkgrel=2
+pkgdesc="PGP packet visualizer which displays the packet format"
+url="http://www.mew.org/~kazu/proj/pgpdump"
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('a188df818ddf2cf1652fa31258a4643e287c33f9c5fe715e0675f522e97356aafcec708892d30c665da3127ffd366a259aeb84fc0d3a9393884ca3cc174cb59f')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:
Copied: pgpdump/repos/community-x86_64/PKGBUILD (from rev 144844, pgpdump/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-10-24 00:18:58 UTC (rev 144845)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pgpdump
+pkgver=0.29
+pkgrel=2
+pkgdesc="PGP packet visualizer which displays the packet format"
+url="http://www.mew.org/~kazu/proj/pgpdump"
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('a188df818ddf2cf1652fa31258a4643e287c33f9c5fe715e0675f522e97356aafcec708892d30c665da3127ffd366a259aeb84fc0d3a9393884ca3cc174cb59f')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list