Magellan Linux

Contents of /branches/R11-unstable/core/libusb/libusb-1.0.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25003 - (show annotations) (download)
Tue Nov 25 02:48:35 2014 UTC (9 years, 5 months ago) by niro
File size: 495 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.19"
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-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}"