Magellan Linux

Annotation of /branches/R11-stable/core/libusb/libusb-1.0.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24089 - (hide annotations) (download)
Fri Feb 20 08:55:19 2015 UTC (9 years, 4 months ago) by niro
File size: 472 byte(s)
-release branches/R11-stable
1 niro 23613 # $Id$
2    
3     PNAME="libusb"
4     PVER="1.0.19"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A library to access USB devices with user level applications."
10     HOMEPAGE="http://libusbx.sourceforge.net/"
11    
12     DEPEND=">= virtual/glibc"
13    
14 niro 23614 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16 niro 23613
17     sminclude mbuild multilib
18    
19     SRC_URI=(
20 niro 23614 sourceforge://${PNAME}/${SRCFILE}
21 niro 23613 mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # libusb-1.0 variant
25     UP2EXCLUDE="-rc"
26     UP2DATE="updatecmd_sourceforge ${PNAME}"