# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ESVN_REPO_URI="https://code.astraw.com/pylibusb/trunk" inherit eutils distutils subversion DESCRIPTION="ctypes wrapper to libusb" HOMEPAGE="https://code.astraw.com/projects/pylibusb" #SRC_URI="" # not quite MIT, but meh LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-libs/libusb" RDEPEND="dev-libs/libusb" src_unpack() { subversion_src_unpack cd "${S}" epatch "${FILESDIR}/${PN}-svn-20080331-search-normally.patch" }