Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7578 - (show annotations) (download)
Tue Sep 22 08:22:18 2015 UTC (8 years, 7 months ago) by niro
File size: 542 byte(s)
auto added: ver bump to 1.0.20-r1
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.20"
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-220"
14
15 SDEPEND=">= sys-fs/libudev-dev-220"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild multilib alx-split
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 # libusb-1.0 variant
28 UP2EXCLUDE="-rc"
29 UP2DATE="updatecmd_sourceforge ${PNAME}"