Magellan Linux

Annotation of /trunk/extras/sdl-ttf/sdl-ttf-2.0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 660 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/sdl-ttf/sdl-ttf-2.0.9-r1.smage2,v 1.2 2008/03/23 23:51:21 niro Exp $
2    
3     PNAME="sdl-ttf"
4     PVER="2.0.9"
5     PBUILD="r1"
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.13
14     >= media-libs/freetype-2.3.5"
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     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     mconfigure --disable-dependency-tracking --with-x || die
31     mmake || die
32     }

Properties

Name Value
svn:keywords Id