Magellan Linux

Annotation of /smage/trunk/core/libast/libast-0.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1504 - (hide annotations) (download)
Thu Mar 3 14:23:45 2011 UTC (13 years, 2 months ago) by niro
File size: 831 byte(s)
-rev bump for mass rebuild
1 niro 1504 # $Id: libast-0.7-r6.smage2 3493 2009-10-22 21:34:43Z niro $
2    
3     PNAME="libast"
4     PVER="0.7"
5     PBUILD="r2"
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     MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
26     sminclude mbuild mcore-split
27    
28     SRC_URI=(
29     http://www.eterm.org/download/${SRCFILE}
30     mirror://${PNAME}/${SRCFILE}
31     )
32    
33     UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | lasttarball gz"
34    
35     src_compile()
36     {
37     cd ${SRCDIR}
38    
39     mconfigure --enable-mmx --with-imlib || die
40     mmake || die
41     }