Magellan Linux

Annotation of /trunk/core/libusb/libusb-0.1.12-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3951 - (hide annotations) (download)
Sat Nov 14 13:04:43 2009 UTC (14 years, 7 months ago) by niro
File size: 707 byte(s)
-fixed UP2DATE
1 niro 3125 # $Id$
2    
3     PNAME="libusb"
4     PVER="0.1.12"
5     PBUILD="r7"
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 niro 3951 UP2DATE="updatecmd_sourceforge ${PNAME} '${PNAME}-0.1 (LEGACY)' - ${PNAME}"
28 niro 3125
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     }

Properties

Name Value
svn:keywords Id