Add pdftk-bin
This commit is contained in:
22
src/pdftk-bin/.SRCINFO
Normal file
22
src/pdftk-bin/.SRCINFO
Normal file
@@ -0,0 +1,22 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Tue Aug 9 07:31:58 UTC 2016
|
||||
pkgbase = pdftk-bin
|
||||
pkgdesc = Swiss army knife for PDFs. Built from binary executables available in Debian repositories.
|
||||
pkgver = 2.02_4_b1
|
||||
pkgrel = 2
|
||||
url = http://www.pdfhacks.com/pdftk
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = libgcj17-bin
|
||||
depends = gcc-libs
|
||||
provides = pdftk
|
||||
conflicts = pdftk
|
||||
conflicts = pdfchain-all-inclusive
|
||||
source_i686 = http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_2.02-4+b1_i386.deb
|
||||
sha1sums_i686 = 7cc5b82bef21627019eb1e908f006c3529961a2e
|
||||
source_x86_64 = http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_2.02-4+b1_amd64.deb
|
||||
sha1sums_x86_64 = 516b2d789a94fa998e18407808ffa67f28bbff18
|
||||
|
||||
pkgname = pdftk-bin
|
||||
|
||||
29
src/pdftk-bin/PKGBUILD
Executable file
29
src/pdftk-bin/PKGBUILD
Executable file
@@ -0,0 +1,29 @@
|
||||
# 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_b1
|
||||
_deb_pkgver=2.02-4+b1
|
||||
pkgrel=2
|
||||
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=('7cc5b82bef21627019eb1e908f006c3529961a2e')
|
||||
sha1sums_x86_64=('516b2d789a94fa998e18407808ffa67f28bbff18')
|
||||
|
||||
package() {
|
||||
tar -xf data.tar.?z -C "$pkgdir" ./usr
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 ft=sh et:
|
||||
Reference in New Issue
Block a user