Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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