summaryrefslogtreecommitdiff
path: root/package/log4cplus/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-05-18 11:10:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-18 11:10:13 +0200
commit957bb3959c18f96c9ac1c7553e897bbbd95f0d51 (patch)
tree6b835d06fa20c0e81e6c539524f0d54edf5baa8a /package/log4cplus/Makefile
parentbbfa3ca2154df9d7a574787df8e1ad5234b1a9fc (diff)
parenta632e742956490b0d6850ac973917280dcc65f0a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/log4cplus/Makefile')
-rw-r--r--package/log4cplus/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/log4cplus/Makefile b/package/log4cplus/Makefile
new file mode 100644
index 000000000..b2e2aab1a
--- /dev/null
+++ b/package/log4cplus/Makefile
@@ -0,0 +1,26 @@
+# 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:= log4cplus
+PKG_VERSION:= 1.0.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 977d0a390b3be1a4ad8cfab2e4dd3af3
+PKG_DESCR:= Logging framework for C++
+PKG_SECTION:= libs
+PKG_DEPENDS:= libpthread
+PKG_BUILDDEP:= libpthread
+PKG_URL:= http://log4cplus.sourceforge.net/
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=log4cplus/log4cplus-stable/${PKG_VERSION}/}
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,LOG4CPLUS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ ${CP} ${WRKINST}/* ${IDIR_LOG4CPLUS}
+
+include ${TOPDIR}/mk/pkg-bottom.mk