30 lines
802 B
Bash
30 lines
802 B
Bash
# Template file for 't1lib'
|
|
pkgname=t1lib
|
|
version=5.1.2
|
|
revision=3
|
|
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@voidlinux.eu>"
|
|
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
|
|
|
|
libt1_package() {
|
|
short_desc+=" - runtime libraries"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so.*"
|
|
}
|
|
}
|
|
|
|
t1lib-devel_package() {
|
|
depends="libXaw-devel libt1>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|