Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30758 - (hide annotations) (download)
Tue Apr 3 09:07:52 2018 UTC (6 years, 1 month ago) by niro
File size: 531 byte(s)
auto added: ver bump to 1.0.22-r1
1 niro 30758 # $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-218"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude multilib mbuild
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}"
28    
29     # not parallel safe
30     MAKEOPTS="-j1"