Magellan Linux

Contents of /trunk/core/libusb/libusb-1.0.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28611 - (show annotations) (download)
Mon Jan 9 14:07:25 2017 UTC (7 years, 3 months ago) by niro
File size: 531 byte(s)
auto added: ver bump to 1.0.21-r1
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.21"
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 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}"
28
29 # not parallel safe
30 MAKEOPTS="-j1"