Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/libast/libast-0.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2506 - (show annotations) (download)
Thu Jun 30 13:55:15 2011 UTC (12 years, 11 months ago) by niro
File size: 756 byte(s)
-removed STATE variable from smage files, use global distribution file for package/distribution states
1 # $Id$
2
3 PNAME="libast"
4 PVER="0.7"
5 PBUILD="r1"
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
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 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
25 sminclude mbuild alx-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 }