Magellan Linux

Contents of /trunk/extras/sdl-ttf/sdl-ttf-2.0.9-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5017 - (show annotations) (download)
Sun Feb 28 19:43:01 2010 UTC (14 years, 2 months ago) by niro
File size: 649 byte(s)
auto added: ver bump to 2.0.9-r2
1 # $Id$
2
3 PNAME="sdl-ttf"
4 PVER="2.0.9"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Simple directmedia layer truetype libraries."
11 HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/"
12
13 DEPEND=">= media-libs/libsdl-1.2.14
14 >= media-libs/freetype-2.3.9"
15
16 SRCFILE="SDL_ttf-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/SDL_ttf-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.libsdl.org/projects/SDL_ttf/release/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}'/?C=M;O=A' | grep SDL_net-[0-9] | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --disable-dependency-tracking --with-x || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id