Magellan Linux

Contents of /branches/R11-stable/core/harfbuzz/harfbuzz-0.9.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17888 - (show annotations) (download)
Wed Jun 26 12:48:31 2013 UTC (10 years, 11 months ago) by niro
File size: 631 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="harfbuzz"
4 PVER="0.9.18"
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.36
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 msetfeature "!check"
24
25 SRC_URI=(
26 http://www.freedesktop.org/software/${PNAME}/release/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/release/ | lasttarball"