Magellan Linux

Annotation of /branches/R11-unstable/core/libusb/libusb-1.0.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24762 - (hide annotations) (download)
Wed Apr 8 07:52:03 2015 UTC (9 years, 2 months ago) by niro
Original Path: trunk/core/libusb/libusb-1.0.19-r2.smage2
File size: 495 byte(s)
-fixed missing libudev dep
1 niro 24762 # $Id$
2    
3     PNAME="libusb"
4     PVER="1.0.19"
5     PBUILD="r2"
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     >= sys-fs/libudev-218"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild multilib
19    
20     SRC_URI=(
21     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     # libusb-1.0 variant
26     UP2EXCLUDE="-rc"
27     UP2DATE="updatecmd_sourceforge ${PNAME}"