diff options
author | jakllsch <jakllsch> | 2009-05-20 02:16:14 +0000 |
---|---|---|
committer | jakllsch <jakllsch> | 2009-05-20 02:16:14 +0000 |
commit | ae38397f4cc0531628024b6744ee6373a3101088 (patch) | |
tree | 06bf8cde24623b0f0c268826a5ea44142169c955 /devel/py-usb/Makefile | |
parent | 9ce15c49bd2dc872396dcc18e0106e92766e34ea (diff) | |
download | pkgsrc-ae38397f4cc0531628024b6744ee6373a3101088.tar.gz |
Import py-usb 0.4.1 from Wim Lewis in PR#41445 (with small modifications).
The PyUSB module provides Python with easy access to the host
machine's Universal Serial Bus (USB) system via libusb.
Diffstat (limited to 'devel/py-usb/Makefile')
-rw-r--r-- | devel/py-usb/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile new file mode 100644 index 00000000000..e980ef1f7b4 --- /dev/null +++ b/devel/py-usb/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/20 02:16:14 jakllsch Exp $ + +VERSION= 0.4.1 +DISTNAME= pyusb-${VERSION} +PKGNAME= ${PYPKGPREFIX}-usb-${VERSION} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyusb/} + +MAINTAINER= wiml@hhhh.org +HOMEPAGE= http://pyusb.berlios.de/ +COMMENT= Python interface to USB via libusb + +PKG_DESTDIR_SUPPORT= user-destdir + +PYDISTUTILSPKG= yes + +.include "../../devel/libusb/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" |