Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5371 - (show annotations) (download)
Thu Jan 9 12:49:00 2014 UTC (10 years, 4 months ago) by niro
File size: 695 byte(s)
auto added: ver bump to 1.0.17-r1
1 # $Id$
2
3 PNAME="libusb"
4 PVER="1.0.17"
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
14 SRCFILE="${PNAME}x-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}x-${PVER}"
16
17 sminclude mbuild multilib alx-split
18
19 SRC_URI=(
20 sourceforge://${PNAME}x/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 # libusb-1.0 variant
25 UP2EXCLUDE="-rc"
26 UP2TARBALL="${PNAME}x"
27 UP2DATE="updatecmd_sourceforge ${PNAME}x source"
28
29 src_compile()
30 {
31 # we don't want the docs (needs docbook-sgml-dtd),
32 # and hard disable debug support
33 mconfigure --disable-build-docs --disable-debug || die
34 mmake -j1 || die
35 }