Magellan Linux

Contents of /smage/trunk/core/libusb/libusb-1.0.21-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10430 - (show annotations) (download)
Tue Aug 22 11:03:30 2017 UTC (6 years, 8 months ago) by niro
File size: 577 byte(s)
auto added: ver bump to 1.0.21-r2
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.21"
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-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 mbuild multilib 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}"