summaryrefslogtreecommitdiff
path: root/package/lvm/Makefile
blob: 134c34b2df87a9970ba62261300f93acf8ca2afe (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
28
29
30
31
32
33
34
# $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:=		lvm
PKG_VERSION:=		2.02.45
PKG_RELEASE:=		1
PKG_MD5SUM:=		440daa01b8f2ec4fe97b1cc621108220
DISTFILES:=		LVM2.${PKG_VERSION}.tgz
MASTER_SITES:=		ftp://sources.redhat.com/pub/lvm2/

WRKDIST=		${WRKDIR}/LVM2.${PKG_VERSION}

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,LVM,lvm,${PKG_VERSION}-${PKG_RELEASE}))

CONFIGURE_STYLE:=	gnu
CONFIGURE_ARGS+=	--with-user="" --with-group="" \
			--with-optimisation="" \
			--with-lvm1=none \
			--enable-static_link \
			--with-kernel-dir=${LINUX_DIR}
BUILD_STYLE:=		auto
INSTALL_STYLE:=		auto

post-install:
	${INSTALL_DIR} ${IDIR_LVM}/usr/sbin
	${INSTALL_BIN} ${WRKINST}/usr/sbin/lvm.static ${IDIR_LVM}/usr/sbin/lvm

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