Magellan Linux

Contents of /trunk/extras/sdl-gfx/sdl-gfx-2.0.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5012 - (show annotations) (download)
Sun Feb 28 19:18:00 2010 UTC (14 years, 2 months ago) by niro
File size: 707 byte(s)
auto added: ver bump to 2.0.20-r1
1 # $Id$
2
3 PNAME="sdl-gfx"
4 PVER="2.0.20"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="SDL graphics drawing primitives and other support functions."
11 #HOMEPAGE="http://www.ferzkopp.net/Software/SDL_gfx-2.0/"
12 HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
13
14 DEPEND=">= media-libs/libsdl-1.2.14"
15
16 SRCFILE="SDL_gfx-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/SDL_gfx-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.ferzkopp.net/Software/SDL_gfx-2.0/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 local myconf
33 [[ ${ARCH} != i*86 ]] && myconf="--disable-mmx"
34
35 mconfigure ${myconf} || die
36 mmake || die
37 }

Properties

Name Value
svn:keywords Id