40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
# Template file for 't1lib'
|
|
pkgname=t1lib
|
|
version=5.1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_build_target="without_doc"
|
|
makedepends="libXaw-devel"
|
|
short_desc="Rasterizer library for Adobe Type 1 fonts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
|
|
distfiles="http://www.ibiblio.org/pub/Linux/libs/graphics/$pkgname-$version.tar.gz"
|
|
checksum=821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59
|
|
long_desc="
|
|
Rasterizer library for Adobe Type 1 Fonts. Supports rotation and transformation,
|
|
kerning underlining and antialiasing. Does not need X11, but special functions
|
|
for X11 are provided. AFM-files can be generated from Type 1, font files and
|
|
font subsetting is also easily possible. Includes Composite Character support."
|
|
|
|
libt1_package() {
|
|
short_desc="${short_desc} - runtime libraries"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so*"
|
|
}
|
|
}
|
|
|
|
t1lib-devel_package() {
|
|
depends="libXaw-devel libt1>=${version}"
|
|
short_desc="Development files for the DjVu image format"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|
|
|
|
t1lib_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|