Magellan Linux

Annotation of /branches/magellan-next/core/libusb-compat/libusb-compat-0.1.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9827 - (hide annotations) (download)
Thu Jan 12 02:26:00 2012 UTC (12 years, 4 months ago) by niro
File size: 710 byte(s)
-rebuild, dropped all la files
1 niro 9827 # $Id$
2    
3     PNAME="libusb-compat"
4     PVER="0.1.3"
5     PBUILD="r3"
6    
7     PCATEGORIE="dev-libs"
8    
9     DESCRIPTION="Compatible Layer for the libusb-1.0 to access USB devices via 0.1 API."
10     HOMEPAGE="http://libusb.sourceforge.net/"
11    
12     DEPEND=">= dev-libs/libusb-1.0.8"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild multilib
18    
19     SRC_URI=(
20     sourceforge://libusb/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # libusb-0.1 variant
25     UP2SUBSTITUTE="${PNAME}-"
26     UP2DATE="updatecmd_sourceforge libusb '${PNAME}-0.1' - ${PNAME}"
27    
28     src_compile()
29     {
30     # we don't want the docs (needs docbook-sgml-dtd),
31     # and hard disable debug support
32     mconfigure --disable-build-docs --disable-debug || die
33     mmake -j1 || die
34     }