Magellan Linux

Annotation of /trunk/extras/libieee1284/libieee1284-0.2.11-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11503 - (hide annotations) (download)
Sun Mar 11 00:19:29 2012 UTC (12 years, 3 months ago) by niro
File size: 574 byte(s)
-multilib
1 niro 11503 # $Id$
2    
3     PNAME="libieee1284"
4     PVER="0.2.11"
5     PBUILD="r7"
6    
7     PCAT="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 multilib
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     mlibtoolize || die
30     mautoreconf || die
31     }