Magellan Linux

Contents of /trunk/core/libast/libast-0.7-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1435 - (show annotations) (download)
Wed May 6 17:48:49 2009 UTC (15 years ago) by niro
File size: 749 byte(s)
auto added: ver bump to 0.7-r5
1 # $Id$
2
3 PNAME="libast"
4 PVER="0.7"
5 PBUILD="r5"
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.3.9
17 >= media-libs/imlib2-1.4
18 >= dev-libs/libpcre-7"
19
20 SDEPEND=">= x11-libs/libXt-1
21 >= x11-proto/xproto-1"
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
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 --with-regexp=pcre || die
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id