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.
|
# Description: The Qpdf package contains command-line programs and library that do structural, content-preserving transformations on PDF files.
|
||||||
# URL: http://qpdf.sourceforge.net/
|
# URL: http://qpdf.sourceforge.net/
|
||||||
# Packager: milisarge@gmail.com
|
# Packager: milisarge
|
||||||
# Depends on: pcre libxslt
|
# Depends on: pcre libxslt
|
||||||
|
|
||||||
description="Prog. and Lib. that do structural, content-preserving transformations on PDF files."
|
|
||||||
name=qpdf
|
name=qpdf
|
||||||
version=6.0.0
|
version=6.0.0
|
||||||
release=1
|
release=2
|
||||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
|
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--docdir=/usr/share/doc/$name-$version
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue