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

index ec9082425c1dd8f01aefd022f2c700f0323bf5d0..53a9b4b06271c98be72d3688fdd65803a61ef9eb 100644 (file)
@@ -34,8 +34,7 @@ PKG_URL        = http://www.gnupg.org/
 PKG_LICENSE    = LGPLv2+
 PKG_SUMMARY    = GnuPG IPC library.
 
-PKG_BUILD_DEPS+= autoconf automake libtool
-PKG_DEPS      += pth
+PKG_BUILD_DEPS+= autoconf automake libtool pth
 
 define PKG_DESCRIPTION
        The Libassuan package contains an IPC library used by some of the other \
@@ -48,6 +47,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && autoreconf --install
 endef