Magellan Linux

Contents of /branches/magellan-next/core/libusb/libusb-0.1.12-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6022 - (show annotations) (download)
Wed Aug 18 00:46:41 2010 UTC (13 years, 9 months ago) by niro
File size: 764 byte(s)
auto added: ver bump to 0.1.12-r8
1 # $Id: libusb-0.1.12-r7.smage2 3951 2009-11-14 13:04:43Z niro $
2
3 PNAME="libusb"
4 PVER="0.1.12"
5 PBUILD="r8"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="A library to access USB devices with user level applications."
11 HOMEPAGE="http://libusb.sourceforge.net/"
12
13 DEPEND=""
14 SDEPEND=">= sys-dev/libtool-2.2"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild multilib
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 # libusb-0.1 variant
27 UP2DATE="updatecmd_sourceforge ${PNAME} '${PNAME}-0.1 (LEGACY)' - ${PNAME}"
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 }