Magellan Linux

Contents of /smage/trunk/core/libast/libast-0.7-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1988 - (show annotations) (download)
Wed Nov 9 18:35:14 2011 UTC (12 years, 5 months ago) by niro
File size: 762 byte(s)
auto added: ver bump to 0.7-r3
1 # $Id$
2
3 PNAME="libast"
4 PVER="0.7"
5 PBUILD="r3"
6
7 PCATEGORIE="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.4
15 >= media-libs/freetype-2.4
16 >= media-libs/imlib2-1.4"
17
18 SDEPEND=">= x11-libs/libXt-1
19 >= x11-proto/xproto-1"
20
21 SRCFILE="${PNAME}-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
25 sminclude mbuild mcore-split
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 }