Magellan Linux

Annotation of /smage/trunk/core/harfbuzz/harfbuzz-0.9.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4188 - (hide annotations) (download)
Thu Nov 8 12:43:41 2012 UTC (11 years, 6 months ago) by niro
File size: 658 byte(s)
-keep only so-lib
1 niro 4187 # $Id$
2    
3     PNAME="harfbuzz"
4     PVER="0.9.5"
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-49.1
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 niro 4188 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
23 niro 4187 sminclude multilib alx-split
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"