Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7296 - (show annotations) (download)
Mon Sep 21 08:31:56 2015 UTC (8 years, 7 months ago) by niro
File size: 542 byte(s)
-release branches/alx07x-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-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}"