Magellan Linux

Contents of /branches/magellan-next/core/libieee1284/libieee1284-0.2.11-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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