]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libusb: The package is removed in favor to libusbx.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 May 2012 09:53:04 +0000 (11:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 May 2012 09:53:04 +0000 (11:53 +0200)
libusb/libusb.nm [deleted file]

diff --git a/libusb/libusb.nm b/libusb/libusb.nm
deleted file mode 100644 (file)
index 5be7758..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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