[arch-commits] Commit in pdfgrep/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Dec 6 21:36:45 UTC 2015
Date: Sunday, December 6, 2015 @ 22:36:45
Author: bpiotrowski
Revision: 149252
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
pdfgrep/repos/community-staging-i686/
pdfgrep/repos/community-staging-i686/PKGBUILD
(from rev 149251, pdfgrep/trunk/PKGBUILD)
pdfgrep/repos/community-staging-x86_64/
pdfgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 149251, pdfgrep/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: pdfgrep/repos/community-staging-i686/PKGBUILD (from rev 149251, pdfgrep/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 21:36:45 UTC (rev 149252)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Gabriel B. Casella <gbc921 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=pdfgrep
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/"
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('0725b4b3a4647cea549d3654cd9aa24e')
Copied: pdfgrep/repos/community-staging-x86_64/PKGBUILD (from rev 149251, pdfgrep/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 21:36:45 UTC (rev 149252)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Gabriel B. Casella <gbc921 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=pdfgrep
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/"
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('0725b4b3a4647cea549d3654cd9aa24e')
More information about the arch-commits
mailing list