New package: poppler-data-0.4.5.
This commit is contained in:
parent
8216cc85e4
commit
6eaaf7f9f6
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'poppler-data'
|
||||
pkgname=poppler-data
|
||||
version=0.4.5
|
||||
noarch=yes
|
||||
homepage="http://poppler.freedesktop.org/"
|
||||
distfiles="http://poppler.freedesktop.org/$pkgname-$version.tar.gz"
|
||||
short_desc="Encoding data for the poppler PDF rendering library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT, GPL-2, Adobe (BSD alike)"
|
||||
checksum=3190bc457bafe4b158f79a08e8a3f1824031ec12acefc359e68e0f04da0f70fd
|
||||
long_desc="
|
||||
This package consists of encoding files for use with poppler. The
|
||||
encoding files are optional and poppler will automatically read them
|
||||
if they are present. When installed, the encoding files enables
|
||||
poppler to correctly render CJK and Cyrrilic properly. While poppler
|
||||
is licensed under the GPL, these encoding files have different license,
|
||||
and thus distributed separately."
|
||||
|
||||
do_install() {
|
||||
make prefix=/usr DESTDIR=$DESTDIR install
|
||||
|
||||
vmkdir usr/share/licenses/$pkgname
|
||||
install -m644 COPYING COPYING.adobe $DESTDIR/usr/share/licenses/$pkgname
|
||||
}
|
Loading…
Reference in New Issue