qpdf.ye-paketlendi.
This commit is contained in:
parent
f6d0ac9aa2
commit
049fe0b425
1 changed files with 3 additions and 5 deletions
|
@ -1,19 +1,17 @@
|
|||
# Description: The Qpdf package contains command-line programs and library that do structural, content-preserving transformations on PDF files.
|
||||
# URL: http://qpdf.sourceforge.net/
|
||||
# Packager: milisarge@gmail.com
|
||||
# Packager: milisarge
|
||||
# Depends on: pcre libxslt
|
||||
|
||||
description="Prog. and Lib. that do structural, content-preserving transformations on PDF files."
|
||||
name=qpdf
|
||||
version=6.0.0
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/$name-$version
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue