Magellan Linux

Contents of /trunk/core/harfbuzz/harfbuzz-0.9.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14095 - (show annotations) (download)
Thu Nov 22 11:56:18 2012 UTC (11 years, 6 months ago) by niro
File size: 609 byte(s)
auto added: ver bump to 0.9.7-r1
1 # $Id$
2
3 PNAME="harfbuzz"
4 PVER="0.9.7"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="OpenType text shaping engine."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= dev-libs/icu-50
14 >= media-libs/freetype-2.4
15 >= x11-libs/cairo-1.12"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude multilib
23
24 SRC_URI=(
25 http://www.freedesktop.org/software/${PNAME}/release/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/release/ | lasttarball"