[csw-devel] SF.net SVN: gar:[14563] csw/mgar/pkg/libntlm/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri May 13 11:07:54 CEST 2011
Revision: 14563
http://gar.svn.sourceforge.net/gar/?rev=14563&view=rev
Author: dmichelsen
Date: 2011-05-13 09:07:53 +0000 (Fri, 13 May 2011)
Log Message:
-----------
libntlm: Split off devel package, rename library package and update to new defaults
Modified Paths:
--------------
csw/mgar/pkg/libntlm/trunk/Makefile
Modified: csw/mgar/pkg/libntlm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libntlm/trunk/Makefile 2011-05-12 13:42:18 UTC (rev 14562)
+++ csw/mgar/pkg/libntlm/trunk/Makefile 2011-05-13 09:07:53 UTC (rev 14563)
@@ -14,17 +14,21 @@
MASTER_SITES = http://josefsson.org/libntlm/releases/
DISTFILES = $(DISTNAME).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+VENDOR_URL = http://josefsson.org/libntlm/
-SPKG_SOURCEURL = http://josefsson.org/libntlm/
+PACKAGES += CSWlibntlm0
+SPKG_DESC_CSWlibntlm0 = Microsoft WinNT domain authentication library, libntlm.so.0
+PKGFILES_CSWlibntlm0 = $(call pkgfiles_lib,libntlm.so.0)
+OBSOLETED_BY_CSWlibntlm0 = CSWlibntlm
+PACKAGES += CSWlibntlm-dev
+SPKG_DESC_CSWlibntlm-dev = Development files for libntlm.so.0
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibntlm-dev += CSWlibntlm0
+
# We don't need it and if defined the test breaks
LD_OPTIONS =
BUILD64 = 1
-CONFIGURE_ARGS = $(DIRPATHS)
-TEST_TARGET = check
-
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list