# $Id$ PNAME="libusb" PVER="0.1.12" PBUILD="r7" PCATEGORIE="dev-libs" STATE="unstable" DESCRIPTION="A library to access USB devices with user level applications." HOMEPAGE="http://libusb.sourceforge.net/" DEPEND="" SDEPEND=">= sys-dev/libtool-2.2" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild multilib SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) # libusb-0.1 variant UP2DATE="updatecmd_sourceforge ${PNAME} '${PNAME}-0.1 (LEGACY)' - ${PNAME}" src_compile() { # we don't want the docs (needs docbook-sgml-dtd), # and hard disable debug support mconfigure --disable-build-docs --disable-debug || die mmake -j1 || die }