Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libast/libast-0.7-r10.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14679 - (hide annotations) (download)
Tue Aug 4 11:43:26 2020 UTC (3 years, 9 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/libast/libast-0.7-r10.smage2
File size: 941 byte(s)
-release branches/alx07x-unstable
1 niro 14244 # $Id$
2    
3     PNAME="libast"
4     PVER="0.7"
5     PBUILD="r10"
6    
7     PCAT="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.2
14     >= x11-libs/libX11-1.6
15     >= media-libs/freetype-2.6
16     >= media-libs/imlib2-1.6"
17    
18     ALX_DEV_DEPEND=">= x11-libs/libICE-dev-1
19     >= x11-libs/libSM-dev-1.2
20     >= x11-libs/libX11-dev-1.6
21     >= media-libs/freetype-dev-2.6
22     >= media-libs/imlib2-dev-1.6"
23    
24     SDEPEND=">= x11-libs/libXt-1.1
25     >= virtual/xproto
26     ${ALX_DEV_DEPEND}
27     >= x11-libs/libXt-dev-1.1"
28    
29     SRCFILE="${PNAME}-${PVER}.tar.gz"
30     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
31    
32     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
33     sminclude mbuild alx-split
34    
35     SRC_URI=(
36     http://www.eterm.org/download/${SRCFILE}
37     mirror://${PNAME}/${SRCFILE}
38     )
39    
40     UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | highesttarball gz"
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     mconfigure --enable-mmx --with-imlib || die
47     mmake || die
48     }