Magellan Linux

Contents of /trunk/extras/libast/libast-0.7-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 771 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/libast/libast-0.7-r4.smage2,v 1.1 2008/08/10 10:03:37 niro Exp $
2
3 PNAME="libast"
4 PVER="0.7"
5 PBUILD="r4"
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.1.5
17 >= media-libs/imlib2-1.2
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 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure --enable-mmx --with-imlib --with-regexp=pcre || die
38 mmake || die
39 }

Properties

Name Value
svn:keywords Id