From: Michael Tremer Date: Wed, 30 May 2012 09:53:04 +0000 (+0200) Subject: libusb: The package is removed in favor to libusbx. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd2af522e49e8bcd3dab515606caa873bf29407;p=ipfire-3.x.git libusb: The package is removed in favor to libusbx. --- diff --git a/libusb/libusb.nm b/libusb/libusb.nm deleted file mode 100644 index 5be775879..000000000 --- a/libusb/libusb.nm +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libusb -version = 1.0.8 -release = 1 - -maintainer = -groups = System/Libraries -url = http://sourceforge.net/projects/libusb/ -license = LGPLv2+ -summary = A library which allows userspace access to USB devices. - -description - This package provides a way for applications to access USB devices. -end - -sources = %{thisapp}.tar.bz2 - -build - configure_options += \ - --disable-static -end - -packages - package %{name} - end - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end