summaryrefslogtreecommitdiff
path: root/package/logrotate/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/logrotate/Makefile
Initial import
Diffstat (limited to 'package/logrotate/Makefile')
-rw-r--r--package/logrotate/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/logrotate/Makefile b/package/logrotate/Makefile
new file mode 100644
index 000000000..52eed5347
--- /dev/null
+++ b/package/logrotate/Makefile
@@ -0,0 +1,29 @@
+# $Id$
+#-
+# 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:= logrotate
+PKG_VERSION:= 3.7.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 552639142e163745f6bcd4f1f3816d8a
+DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.orig.tar.gz
+MASTER_SITES:= http://ftp.debian.org/debian/pool/main/l/logrotate/
+
+include ${TOPDIR}/mk/package.mk
+
+${eval ${call PKG_template,LOGROTATE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}}}
+
+TCFLAGS+= -D_GNU_SOURCE -DLinux -DVERSION=\"$(VERSION)\"
+ALL_TARGET= logrotate
+BUILD_STYLE= auto
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_LOGROTATE}/usr/sbin
+ ${CP} ${WRKBUILD}/logrotate ${IDIR_LOGROTATE}/usr/sbin
+ ${INSTALL_DIR} ${IDIR_LOGROTATE}/etc/logrotate.d
+ ${CP} ./files/logrotate.conf ${IDIR_LOGROTATE}/etc
+
+include ${TOPDIR}/mk/pkg-bottom.mk