Magellan Linux

Annotation of /trunk/extras/sdl-gfx/sdl-gfx-2.0.16-r2.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: 687 byte(s)
import repo
1 niro 2 # $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