Contents of /trunk/todo/sdl-gfx/sdl-gfx-2.0.16-r2.smage2
Parent Directory | Revision Log
Revision 2573 -
(show annotations)
(download)
Thu Jul 9 20:34:17 2009 UTC (15 years, 4 months ago) by niro
File size: 687 byte(s)
Thu Jul 9 20:34:17 2009 UTC (15 years, 4 months ago) by niro
File size: 687 byte(s)
-moved to 'todo'
1 | # $Header: /magellan-cvs/smage/sdl-gfx/sdl-gfx-2.0.16-r2.smage2,v 1.1 2008/03/23 23:58:50 niro Exp $ |
2 | |
3 | PNAME="sdl-gfx" |
4 | PVER="2.0.16" |
5 | PBUILD="r2" |
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 | |
13 | DEPEND=">= media-libs/libsdl-1.2.13" |
14 | |
15 | SRCFILE="SDL_gfx-${PVER}.tar.gz" |
16 | SRCDIR="${BUILDDIR}/SDL_gfx-${PVER}" |
17 | |
18 | sminclude mbuild |
19 | |
20 | SRC_URI=( |
21 | http://www.ferzkopp.net/Software/SDL_gfx-2.0/${SRCFILE} |
22 | mirror://${PNAME}/${SRCFILE} |
23 | ) |
24 | |
25 | src_compile() |
26 | { |
27 | cd ${SRCDIR} |
28 | |
29 | local myconf |
30 | [[ ${ARCH} != i*86 ]] && myconf="--disable-mmx" |
31 | |
32 | mconfigure ${myconf} || die |
33 | mmake || die |
34 | } |
Properties
Name | Value |
---|---|
svn:keywords | Id |