From: Stephen Walker Date: Wed, 16 Jun 2010 11:08:07 +0000 (+0000) Subject: [packages] cksfv: fix the package definitions X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cb3143b03da7fbd8e44e6a4cd04d5c709a823327 [packages] cksfv: fix the package definitions SVN-Revision: 21812 --- diff --git a/utils/cksfv/Makefile b/utils/cksfv/Makefile index 4cadcbdddc..ca40189a8f 100644 --- a/utils/cksfv/Makefile +++ b/utils/cksfv/Makefile @@ -3,6 +3,7 @@ # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. +# include $(TOPDIR)/rules.mk @@ -16,18 +17,18 @@ PKG_MD5SUM:=2e15289753ea0b90b6ea86993f93b383 include $(INCLUDE_DIR)/package.mk -define packages/utils/cksfv +define Package/cksfv SECTION:=utils CATEGORY:=Utilities TITLE:=cksfv CRC32 checksum verification tool URL:=http://zakalwe.fi/~shd/foss/cksfv/ endef -define packages/utils/cksfv/description +define Package/cksfv/description cksfv is a tool for verifying CRC32 checksums. endef -define packages/utils/cksfv/install +define Package/cksfv/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cksfv $(1)/usr/sbin/cksfv endef