Magellan Linux

Annotation of /branches/R11-unstable/core/libusb/libusb-1.0.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32153 - (hide annotations) (download)
Mon Apr 29 11:45:21 2019 UTC (5 years ago) by niro
File size: 531 byte(s)
-release branches/R11-unstable
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"