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

index 7e4a414174cf044219dac92b0b1c931ea3aae5ca..d89c7c6e82fc35bf601364937fd42e208661b970 100644 (file)
@@ -34,8 +34,8 @@ PKG_URL        = http://www.samba.org/
 PKG_LICENSE    = GPLv3+ and LGPLv3+
 PKG_SUMMARY    = Server and Client software to interoperate with Windows machines.
 
-PKG_BUILD_DEPS+= autoconf automake which
-PKG_DEPS      += cups gawk ncurses libcap2 openldap openssl pam popt readline 
+PKG_BUILD_DEPS+= autoconf automake cups-devel ncurses-devel libcap-devel \
+       openldap-devel openssl-devel pam-devel popt-devel readline-devel which
 
 define PKG_DESCRIPTION
        Samba is the suite of programs by which a lot of PC-related machines \
@@ -51,6 +51,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+
 CFLAGS    += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED
 
 define STAGE_BUILD