Skip to content
Snippets Groups Projects
Verified Commit b6e0d0be authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 2.1.2-3; Fix broken deps, update upstream URL

parent ba91694b
No related branches found
Tags 2.1.2-3
No related merge requests found
# Maintainer: schuay <jakob.gruber@gmail.com>
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: schuay <jakob.gruber@gmail.com>
# Contributor: Gabriel B. Casella <gbc921@gmail.com>
# Contributor: josephgbr <rafael.f.f1@gmail.com>
pkgname=pdfgrep
pkgver=2.1.2
pkgrel=2
pkgdesc="A tool to search text in PDF files"
arch=('x86_64')
url="http://pdfgrep.sourceforge.net/"
license=('GPL')
depends=('poppler')
source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
pkgrel=3
pkgdesc='A tool to search text in PDF files'
arch=(x86_64)
url='https://pdfgrep.org'
# url='https://gitlab.com/pdfgrep/pdfgrep'
license=(GPL)
depends=(pcre
poppler)
_archive="$pkgname-$pkgver"
source=("$url/download/$_archive.tar.gz")
sha256sums=('0ef3dca1d749323f08112ffe68e6f4eb7bc25f56f90a2e933db477261b082aba')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
cd "$_archive"
./configure --prefix=/usr
make
}
check() {
cd "$srcdir/$pkgname-$pkgver"
make -k check
cd "$_archive"
make -k check
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
cd "$_archive"
make DESTDIR="$pkgdir/" install
}
sha256sums=('0ef3dca1d749323f08112ffe68e6f4eb7bc25f56f90a2e933db477261b082aba')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment