[MINI2440] Updated defconfig to add (optional) packages
[openwrt/mini2440.git] / package / ocf-crypto-headers / Makefile
blobcf9185a56934e6fee3dadff2193cd18882fc0725
2 # Copyright (C) 2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR)/rules.mk
9 PKG_NAME:=ocf-crypto-headers
10 PKG_VERSION:=20080917
11 PKG_RELEASE:=1
13 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
15 include $(INCLUDE_DIR)/package.mk
17 define Package/ocf-crypto-headers
18 SECTION:=utils
19 CATEGORY:=Utilities
20 TITLE:=OCF-Linux cryptodev header
21 endef
23 define Build/Configure
24 endef
26 define Build/Compile
27 endef
29 define Build/InstallDev
30 mkdir -p $(1)/usr/include/crypto
31 $(CP) ./src/cryptodev.h $(1)/usr/include/crypto
32 endef
34 $(eval $(call BuildPackage,ocf-crypto-headers))