Magellan Linux

Annotation of /smage/trunk/core/libusb/libusb-1.0.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11970 - (hide annotations) (download)
Fri Aug 17 09:50:34 2018 UTC (5 years, 9 months ago) by niro
File size: 577 byte(s)
auto added: ver bump to 1.0.22-r1
1 niro 11970 # $Id$
2    
3     PNAME="libusb"
4     PVER="1.0.22"
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     >= sys-fs/libudev-220"
14    
15     ALX_DEV_DEPEND=">= sys-fs/libudev-dev-220"
16     SDEPEND="${ALX_DEV_DEPEND}"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude multilib mbuild alx-split
22    
23     SRC_URI=(
24     sourceforge://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     # libusb-1.0 variant
29     UP2EXCLUDE="-rc"
30     UP2DATE="updatecmd_sourceforge ${PNAME}"