Magellan Linux

Annotation of /trunk/core/libieee1284/libieee1284-0.2.10-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1640 - (hide annotations) (download)
Tue May 12 21:12:31 2009 UTC (15 years ago) by niro
File size: 673 byte(s)
-moved to 'core'
1 niro 2 # $Header: /magellan-cvs/smage/libieee1284/libieee1284-0.2.10-r5.smage2,v 1.1 2008/02/15 11:27:12 niro Exp $
2    
3     PNAME="libieee1284"
4     PVER="0.2.10"
5     PBUILD="r5"
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     SRC_URI=(
19     sourceforge://${PNAME}/${SRCFILE}
20     mirror://${PNAME}/${SRCFILE}
21     )
22    
23     sminclude mbuild
24    
25     src_prepare()
26     {
27     munpack ${SRCFILE} || die
28     cd ${SRCDIR}
29    
30     libtoolize --force || die
31     aclocal || die
32     }

Properties

Name Value
svn:keywords Id