Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6183 - (show annotations) (download)
Wed Mar 25 10:23:01 2015 UTC (9 years, 6 months ago) by niro
File size: 542 byte(s)
-added
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.19"
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 SDEPEND=">= sys-fs/libudev-dev-218"
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}"