Magellan Linux

Contents of /trunk/core/libusb/libusb-0.1.12-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 260 - (show annotations) (download)
Thu Oct 16 12:12:16 2008 UTC (15 years, 6 months ago) by niro
File size: 783 byte(s)
-rev bump to 0.1.12-r5
1 # $Header: /magellan-cvs/smage/libusb/libusb-0.1.12-r4.smage2,v 1.1 2008/04/03 13:20:38 niro Exp $
2
3 PNAME="libusb"
4 PVER="0.1.12"
5 PBUILD="r5"
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-1.5"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
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"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 # we don't want the docs (needs docbook-sgml-dtd),
34 # and hard disable debug support
35 mconfigure --disable-build-docs --disable-debug || die
36 mmake -j1 || die
37 }

Properties

Name Value
svn:keywords Id