From ba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 20:39:07 +0200 Subject: optimize ipkg package management - generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig --- package/device-mapper/Makefile | 18 +++++++----------- package/device-mapper/ipkg/device-mapper.control | 4 ---- 2 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 package/device-mapper/ipkg/device-mapper.control (limited to 'package/device-mapper') diff --git a/package/device-mapper/Makefile b/package/device-mapper/Makefile index 38b738ca3..b0e48e7a9 100644 --- a/package/device-mapper/Makefile +++ b/package/device-mapper/Makefile @@ -9,20 +9,17 @@ PKG_NAME:= device-mapper PKG_VERSION:= 1.02.28 PKG_RELEASE:= 1 PKG_MD5SUM:= c9ae0776994a419f9e1ba842164bb626 -DISTFILES:= ${PKG_NAME}.${PKG_VERSION}.tgz -MASTER_SITES:= ftp://sources.redhat.com/pub/dm/ +PKG_DESCR:= device mapper tools and libraries +PKG_SECTION:= utils +PKG_URL:= http://sources.redhat.com/dm +PKG_SITES:= ftp://sources.redhat.com/pub/dm/ +DISTFILES:= ${PKG_NAME}.${PKG_VERSION}.tgz WRKDIST= ${WRKDIR}/${PKG_NAME}.${PKG_VERSION} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,DEVICE_MAPPER,device-mapper,${PKG_VERSION}-${PKG_RELEASE})) - -ifeq ($(DEBUG),1) -CONFIGURE_ARGS+= --enable-debug -else -CONFIGURE_ARGS+= --disable-debug -endif +$(eval $(call PKG_template,DEVICE_MAPPER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --with-user="" --with-group="" \ @@ -33,8 +30,7 @@ INSTALL_STYLE:= auto INSTALL_TARGET+= install_static_lib post-install: - ${INSTALL_DIR} ${IDIR_DEVICE_MAPPER}/usr/sbin - ${INSTALL_DIR} ${IDIR_DEVICE_MAPPER}/usr/lib + ${INSTALL_DIR} ${IDIR_DEVICE_MAPPER}/usr/sbin ${IDIR_DEVICE_MAPPER}/usr/lib ${CP} ${WRKINST}/usr/lib/libdevmapper.so* \ ${IDIR_DEVICE_MAPPER}/usr/lib ${INSTALL_BIN} ${WRKINST}/usr/sbin/dmsetup \ diff --git a/package/device-mapper/ipkg/device-mapper.control b/package/device-mapper/ipkg/device-mapper.control deleted file mode 100644 index cb6cddad9..000000000 --- a/package/device-mapper/ipkg/device-mapper.control +++ /dev/null @@ -1,4 +0,0 @@ -Package: device-mapper -Priority: optional -Section: utils -Description: device mapper tools and libs -- cgit v1.2.3