summaryrefslogtreecommitdiff
path: root/package/libdaemon/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
commitf2b154b7d74e21b7e655c6cd121155592c1bee03 (patch)
treed1d8f06abeb89834cebb70d33229aff129b9d485 /package/libdaemon/Makefile
parentc93c25a63b3b5a29a258460519ed36341da2e79e (diff)
parent63e65ec30b763d6687d462c52cb46bd5e738928a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libdaemon/Makefile')
-rw-r--r--package/libdaemon/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/libdaemon/Makefile b/package/libdaemon/Makefile
index 59df1fed9..e85081bdf 100644
--- a/package/libdaemon/Makefile
+++ b/package/libdaemon/Makefile
@@ -4,24 +4,24 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= libdaemon
-PKG_VERSION:= 0.13
+PKG_VERSION:= 0.14
PKG_RELEASE:= 1
-PKG_MD5SUM:= ae9113fcd825d5a7f07e5ddccb3c3102
+PKG_MD5SUM:= 509dc27107c21bcd9fbf2f95f5669563
PKG_DESCR:= A lightweight C library that eases the writing of UNIX daemons
PKG_SECTION:= libs
-PKG_URL:= http://0pointer.de/lennart/projects/libdaemon
+PKG_URL:= http://0pointer.de/lennart/projects/libdaemon/
PKG_SITES:= http://0pointer.de/lennart/projects/libdaemon/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBDAEMON,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBDAEMON,libdaemon,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
# uClibc setpgrp does not take arguments
CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
CONFIGURE_ARGS+= --disable-lynx
-post-install:
+libdaemon-install:
${INSTALL_DIR} ${IDIR_LIBDAEMON}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libdaemon.so* ${IDIR_LIBDAEMON}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libdaemon.so* ${IDIR_LIBDAEMON}/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk