Magellan Linux

Annotation of /branches/magellan-next/core/libieee1284/libieee1284-0.2.11-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8385 - (hide annotations) (download)
Fri Jul 15 11:29:29 2011 UTC (12 years, 10 months ago) by niro
File size: 620 byte(s)
auto added: ver bump to 0.2.11-r4
1 niro 8385 # $Id$
2    
3     PNAME="libieee1284"
4     PVER="0.2.11"
5     PBUILD="r4"
6    
7     PCATEGORIE="sys-libs"
8    
9     DESCRIPTION="This library is intended to be used by applications that need to communicate with devices that are attached via a parallel port."
10     HOMEPAGE="http://cyberelk.net/tim/libieee1284/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     sourceforge://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_sourceforge ${PNAME}"
25    
26     src_prepare()
27     {
28     munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     libtoolize --verbose --install --force || die
32     mautoreconf || die
33     }