]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
multipath-tools: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:54 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:54 +0000 (13:08 +0200)
pkgs/core/multipath-tools/multipath-tools.nm

index 647b473da705902913ccf8e067e9a6be2a16e9e1..4fbfe4670878fc2f461f79cab82b28864bb945d0 100644 (file)
@@ -34,8 +34,7 @@ PKG_URL        = http://christophe.varoqui.free.fr/
 PKG_LICENSE    = GPL+
 PKG_SUMMARY    = Tools to manage multipath devices using device-mapper.
 
-PKG_BUILD_DEPS+= gzip
-PKG_DEPS      += libaio lvm2 ncurses readline
+PKG_BUILD_DEPS+= gzip libaio-devel libdevmapper-devel ncurses-devel readline-devel
 
 define PKG_DESCRIPTION
        This package provides tools to manage multipath devices by \
@@ -44,6 +43,8 @@ endef
 
 PKG_TARBALL    = $(PKG_NAME)-091027.tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 DIR_APP = $(DIR_SRC)/$(PKG_NAME)
 
 define STAGE_BUILD