summaryrefslogtreecommitdiff
path: root/package/libestr/Makefile
blob: f6840ca6bda9f2b4c48dbd66cba889e61588ec57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include $(TOPDIR)/rules.mk

PKG_NAME:=		libestr
PKG_VERSION:=		0.1.9
PKG_RELEASE:=		1
PKG_MD5SUM:=		681ca0ed7e5ae6ddff70fdec413096e4
PKG_DESCR:=		some essentials for string handling
PKG_SECTION:=		libs/misc
PKG_URL:=		http://libestr.adiscon.com/
PKG_SITES:=		http://libestr.adiscon.com/files/download/
PKG_OPTS:=		dev

DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.gz

include $(TOPDIR)/mk/package.mk

$(eval $(call PKG_template,LIBESTR,libestr,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))

libestr-install:
	$(INSTALL_DIR) $(IDIR_LIBESTR)/usr/lib
	$(CP) $(WRKINST)/usr/lib/libestr*.so* \
		$(IDIR_LIBESTR)/usr/lib

include ${TOPDIR}/mk/pkg-bottom.mk