New package: graphite-1.2.3.

This commit is contained in:
Juan RP 2013-08-22 08:57:26 +02:00
parent c3ae28f245
commit c1f8d0addf
3 changed files with 34 additions and 0 deletions

View File

@ -1403,3 +1403,4 @@ librsync.so.1 librsync-0.9.7_1
libserf-1.so.3 serf-1.3.1_1
libmpdclient.so.2 libmpdclient-0.28_1
libmcrypt.so.4 libmcrypt-2.5.8_1
libgraphite2.so.3 graphite-1.2.3_1

1
srcpkgs/graphite-devel Symbolic link
View File

@ -0,0 +1 @@
graphite

32
srcpkgs/graphite/template Normal file
View File

@ -0,0 +1,32 @@
# Template file for 'graphite'
pkgname=graphite
version=1.2.3
revision=1
wrksrc="${pkgname}2-${version}"
build_style=cmake
configure_args="-DGRAPHITE2_COMPARE_RENDERER=OFF"
hostmakedepends="cmake pkg-config"
makedepends="freetype-devel"
short_desc="Reimplementation of the SIL Graphite text processing engine"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://projects.palaso.org/projects/graphitedev"
license="LGPL-2.1, GPL-2, BSD"
distfiles="${SOURCEFORGE_SITE}/silgraphite/graphite2-${version}.tgz"
checksum=ef680a003cebc426d7c9bf856d7191775b1dfd585d5dd44712d7d41750b3fcf5
graphite-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share
}
}
graphite_package() {
pkg_install() {
vmove all
}
}