mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-16 22:05:04 -05:00
30 lines
967 B
Bash
30 lines
967 B
Bash
# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
|
|
# Contributor: Yannik Stein <yannik.stein [at] gmail.com>
|
|
# Contributor: Dan Serban
|
|
# Contributor: flying-sheep
|
|
# Contributor: Liu Chang <goduck777@gmail.com>
|
|
|
|
pkgname=pdftk-bin
|
|
pkgver=2.02_4_b2
|
|
_deb_pkgver=2.02-4+b2
|
|
pkgrel=3
|
|
pkgdesc="Swiss army knife for PDFs. Built from binary executables available in Debian repositories."
|
|
url=http://www.pdfhacks.com/pdftk
|
|
arch=(i686 x86_64)
|
|
license=(GPL)
|
|
depends=(libgcj17-bin gcc-libs)
|
|
provides=(pdftk)
|
|
conflicts=(pdftk pdfchain-all-inclusive)
|
|
|
|
source_i686=(http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_${_deb_pkgver}_i386.deb)
|
|
source_x86_64=(http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_${_deb_pkgver}_amd64.deb)
|
|
|
|
sha1sums_i686=('434c876acf03d1974ee3041c6496218e3d21dcb1')
|
|
sha1sums_x86_64=('21ceeaa5ea7d1628dfb0da069126468e446d0572')
|
|
|
|
package() {
|
|
tar -xf data.tar.?z -C "$pkgdir" ./usr
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 ft=sh et:
|