diff options
-rw-r--r-- | devel/libusb/DESCR | 2 | ||||
-rw-r--r-- | devel/libusb/Makefile | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/libusb/DESCR b/devel/libusb/DESCR index 3bc1ef98b31..524eb2738eb 100644 --- a/devel/libusb/DESCR +++ b/devel/libusb/DESCR @@ -1 +1,3 @@ libusb provides a library for application access to USB devices. + +This package contains version 0 of the library. diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index c3e293da81e..eebd2c0492a 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.30 2010/12/04 08:12:33 adam Exp $ +# $NetBSD: Makefile,v 1.31 2012/05/30 14:13:14 wiz Exp $ DISTNAME= libusb-0.1.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://libusb.sourceforge.net/ -COMMENT= USB access library +COMMENT= USB access library (version 0) LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |