[arch-commits] Commit in pdfcrack/repos (4 files)
Levente Polyak
anthraxx at archlinux.org
Mon Sep 25 16:45:11 UTC 2017
Date: Monday, September 25, 2017 @ 16:45:10
Author: anthraxx
Revision: 260569
archrelease: copy trunk to community-i686, community-x86_64
Added:
pdfcrack/repos/community-i686/
pdfcrack/repos/community-i686/PKGBUILD
(from rev 260568, pdfcrack/trunk/PKGBUILD)
pdfcrack/repos/community-x86_64/
pdfcrack/repos/community-x86_64/PKGBUILD
(from rev 260568, pdfcrack/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: pdfcrack/repos/community-i686/PKGBUILD (from rev 260568, pdfcrack/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-25 16:45:10 UTC (rev 260569)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
+pkgname=pdfcrack
+pkgver=0.16
+pkgrel=1
+pkgdesc='Password recovery tool for PDF-files'
+url='http://pdfcrack.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc')
+source=(https://downloads.sourceforge.net/pdfcrack/pdfcrack-${pkgver}.tar.gz{,.asc})
+sha256sums=('7865b203074ccfd5c612c8ce00c46ffcb4fabaa26154ce9304dfc668c7cb73ef'
+ 'SKIP')
+sha512sums=('460113f28249d1ea1cefc6dac8ff22b33849ccff50f61830144e41eeec47c4b9113845bb955d26757adb0552d8c0dfa43b3f5666c1419afe4063037a1e1c933d'
+ 'SKIP')
+validpgpkeys=('987AEFC56E70D68440C0D45149241DE2BA57F699') # "Henning Norén <henning.noren at gmail.com>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -Dm 755 pdfcrack -t "${pkgdir}/usr/bin"
+ install -Dm 644 README changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
Copied: pdfcrack/repos/community-x86_64/PKGBUILD (from rev 260568, pdfcrack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-25 16:45:10 UTC (rev 260569)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
+pkgname=pdfcrack
+pkgver=0.16
+pkgrel=1
+pkgdesc='Password recovery tool for PDF-files'
+url='http://pdfcrack.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc')
+source=(https://downloads.sourceforge.net/pdfcrack/pdfcrack-${pkgver}.tar.gz{,.asc})
+sha256sums=('7865b203074ccfd5c612c8ce00c46ffcb4fabaa26154ce9304dfc668c7cb73ef'
+ 'SKIP')
+sha512sums=('460113f28249d1ea1cefc6dac8ff22b33849ccff50f61830144e41eeec47c4b9113845bb955d26757adb0552d8c0dfa43b3f5666c1419afe4063037a1e1c933d'
+ 'SKIP')
+validpgpkeys=('987AEFC56E70D68440C0D45149241DE2BA57F699') # "Henning Norén <henning.noren at gmail.com>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -Dm 755 pdfcrack -t "${pkgdir}/usr/bin"
+ install -Dm 644 README changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list