Magellan Linux

Contents of /smage/trunk/core/libusb/libusb-1.0.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14098 - (show annotations) (download)
Fri Jul 3 11:05:50 2020 UTC (3 years, 9 months ago) by niro
File size: 577 byte(s)
auto added: ver bump to 1.0.23-r1
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.23"
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-242"
14
15 ALX_DEV_DEPEND=">= sys-fs/libudev-dev-242"
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}"