Magellan Linux

Annotation of /trunk/extras/libmal/libmal-0.44.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2044 - (hide annotations) (download)
Fri Jun 12 18:14:15 2009 UTC (14 years, 11 months ago) by niro
File size: 811 byte(s)
auto added: ver bump to 0.44.1-r1
1 niro 2042 # $Id$
2    
3     PNAME="libmal"
4     PVER="0.44.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="A convenience library of functions used to synchronize with a MAL server."
11     HOMEPAGE="http://www.jlogday.com/code/libmal/index.html"
12    
13     DEPEND=">= net-misc/pilot-link-0.12.4"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://www.jlogday.com/code/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
26 niro 2044
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # pilot-link will not be found on multilib systems
33     # - hardcoded lib pathes in configure
34     sed -i "s:\$pilot_prefix/lib /usr/lib:\$pilot_prefix/$(mlibdir) /usr/$(mlibdir):g" configure.in || die
35     autoreconf --install --force --verbose || die
36     }

Properties

Name Value
svn:keywords Id