Magellan Linux

Annotation of /smage/trunk/extras/libast/libast-0.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1194 - (hide annotations) (download)
Fri Jan 28 23:06:06 2011 UTC (13 years, 3 months ago) by niro
File size: 759 byte(s)
auto added: ver bump to 0.7-r1
1 niro 1194 # $Id: libast-0.7-r6.smage2 3493 2009-10-22 21:34:43Z niro $
2    
3     PNAME="libast"
4     PVER="0.7"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="libast - library of assorted spiffy things."
11     HOMEPAGE="http://www.eterm.org/download/"
12    
13     DEPEND=">= x11-libs/libICE-1
14     >= x11-libs/libSM-1
15     >= x11-libs/libX11-1
16     >= media-libs/freetype-2.4
17     >= media-libs/imlib2-1.4"
18    
19     SDEPEND=">= x11-libs/libXt-1
20     >= x11-proto/xproto-1"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.gz"
23     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25     sminclude mbuild
26    
27     SRC_URI=(
28     http://www.eterm.org/download/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | lasttarball gz"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     mconfigure --enable-mmx --with-imlib || die
39     mmake || die
40     }