summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:02:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:02:39 +0000
commita0f02d43a548c0278d24cd6699fa2f741d98e4b0 (patch)
tree915e6f7c498d11e5f9a477c67cf5b4ad5d8dd98f /dev-libs/libusb
parentJaxp was a repack of various apache projects under a very restrictive Sun lic... (diff)
downloadhistorical-a0f02d43a548c0278d24cd6699fa2f741d98e4b0.tar.gz
historical-a0f02d43a548c0278d24cd6699fa2f741d98e4b0.tar.bz2
historical-a0f02d43a548c0278d24cd6699fa2f741d98e4b0.zip
repoman'd
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r--dev-libs/libusb/libusb-0.1.3b.ebuild12
-rw-r--r--dev-libs/libusb/libusb-0.1.5.ebuild12
2 files changed, 12 insertions, 12 deletions
diff --git a/dev-libs/libusb/libusb-0.1.3b.ebuild b/dev-libs/libusb/libusb-0.1.3b.ebuild
index a75abdf7d8d6..5354bf7d00b1 100644
--- a/dev-libs/libusb/libusb-0.1.3b.ebuild
+++ b/dev-libs/libusb/libusb-0.1.3b.ebuild
@@ -1,24 +1,24 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.3b.ebuild,v 1.5 2002/08/01 11:59:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.3b.ebuild,v 1.6 2002/08/01 18:02:38 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Userspace access to USB devices"
SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz"
HOMEPAGE="http://libusb.sourceforge.net"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc"
src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr
- assert
-
+ econf || die
make || die
}
src_install () {
make DESTDIR=${D} install || die
-
dodoc AUTHORS NEWS README
}
diff --git a/dev-libs/libusb/libusb-0.1.5.ebuild b/dev-libs/libusb/libusb-0.1.5.ebuild
index 75f83a3b672e..1250bdef4eda 100644
--- a/dev-libs/libusb/libusb-0.1.5.ebuild
+++ b/dev-libs/libusb/libusb-0.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.5.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.5.ebuild,v 1.4 2002/08/01 18:02:38 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Userspace access to USB devices"
@@ -9,16 +9,16 @@ HOMEPAGE="http://libusb.sourceforge.net"
DEPEND="virtual/glibc"
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr || die
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+src_compile() {
+ econf || die
make || die
}
src_install () {
make DESTDIR=${D} install || die
-
dodoc AUTHORS NEWS README
}
-