[packages] cksfv: fix the package definitions

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21812 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-06-16 11:08:07 +00:00
parent c653f79180
commit f81d30c3b4

View File

@ -3,6 +3,7 @@
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
@ -16,18 +17,18 @@ PKG_MD5SUM:=2e15289753ea0b90b6ea86993f93b383
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define packages/utils/cksfv define Package/cksfv
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=cksfv CRC32 checksum verification tool TITLE:=cksfv CRC32 checksum verification tool
URL:=http://zakalwe.fi/~shd/foss/cksfv/ URL:=http://zakalwe.fi/~shd/foss/cksfv/
endef endef
define packages/utils/cksfv/description define Package/cksfv/description
cksfv is a tool for verifying CRC32 checksums. cksfv is a tool for verifying CRC32 checksums.
endef endef
define packages/utils/cksfv/install define Package/cksfv/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cksfv $(1)/usr/sbin/cksfv $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cksfv $(1)/usr/sbin/cksfv
endef endef