standardize Makefile, remove dup description

SVN-Revision: 4822
master
Nicolas Thill 18 years ago
parent 89dd8554c3
commit 5912d418f4
  1. 17
      openwrt/package/spca5xx/Makefile

@ -12,24 +12,23 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=spca5xx PKG_NAME:=spca5xx
PKG_VERSION:=20060501 PKG_VERSION:=20060501
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_MD5SUM:=8fcec25715aea10f9ebec5728c37e752
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/
PKG_MD5SUM:=8fcec25715aea10f9ebec5728c37e752
PKG_CAT:=zcat PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
#FIXME: add proper dependency handling on kmod-usb-core & kmod-videodev packages #FIXME: add proper dependency handling on kmod-usb-core & kmod-videodev packages
define Package/kmod-spca5xx define Package/kmod-spca5xx
SECTION:=drivers SECTION:=kernel
CATEGORY:=Drivers CATEGORY:=Kernel drivers
DEPENDS:=@PACKAGE_KMOD_USB&&PACKAGE_KMOD_VIDEODEV DEPENDS:=@PACKAGE_KMOD_USB&&PACKAGE_KMOD_VIDEODEV
TITLE:=Driver for SPCA5xx based USB cameras TITLE:=Driver for SPCA5xx based USB cameras
DESCRIPTION:=Driver for SPCA5xx based USB cameras URL:=http://mxhaard.free.fr/
URL:=http://mxhaard.free.fr/ VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
endef endef
define Build/Compile define Build/Compile

Loading…
Cancel
Save