Magellan Linux

Annotation of /branches/R11-unstable/extras/libast/libast-0.7-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11407 - (hide annotations) (download)
Thu Mar 8 12:23:53 2012 UTC (12 years, 2 months ago) by niro
Original Path: trunk/extras/libast/libast-0.7-r8.smage2
File size: 727 byte(s)
-rebuild against libpcre-8.30
1 niro 11407 # $Id$
2    
3     PNAME="libast"
4     PVER="0.7"
5     PBUILD="r8"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="libast - library of assorted spiffy things."
10     HOMEPAGE="http://www.eterm.org/download/"
11    
12     DEPEND=">= x11-libs/libICE-1
13     >= x11-libs/libSM-1
14     >= x11-libs/libX11-1
15     >= media-libs/freetype-2.4
16     >= media-libs/imlib2-1.4
17     >= dev-libs/libpcre-8.30"
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 --with-regexp=pcre || die
39     mmake || die
40     }