[csw-devel] SF.net SVN: gar:[20995] csw/mgar/pkg/pidginotr/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Sun May 5 13:10:40 CEST 2013
Revision: 20995
http://gar.svn.sourceforge.net/gar/?rev=20995&view=rev
Author: lblume
Date: 2013-05-05 11:10:39 +0000 (Sun, 05 May 2013)
Log Message:
-----------
pidginotr/trunk: Adjuste deps, one is specific for sparc
Modified Paths:
--------------
csw/mgar/pkg/pidginotr/trunk/Makefile
Modified: csw/mgar/pkg/pidginotr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidginotr/trunk/Makefile 2013-05-05 09:21:08 UTC (rev 20994)
+++ csw/mgar/pkg/pidginotr/trunk/Makefile 2013-05-05 11:10:39 UTC (rev 20995)
@@ -8,9 +8,13 @@
endef
MASTER_SITES = http://www.cypherpunks.ca/otr/
-DISTFILES = $(DISTNAME).tar.gz
+DISTFILES = $(NAME)-$(VERSION).tar.gz
#PATCHFILES = otr_priority.patch
+PACKAGES = CSWpidginotr
+CATALOGNAME_CSWpidginotr = pidginotr
+SPKG_DESC_CSWpidginotr = Off-The-Record messaging for Pidgin
+
# For msgfmt, msgmerge, xgettext and gettext to be used from GNU
CONFIGURE_ENV_PATH = $(prefix)/gnu:$(PATH)
@@ -20,6 +24,13 @@
RUNTIME_DEP_PKGS_CSWpidginotr += CSWlibgcrypt11
RUNTIME_DEP_PKGS_CSWpidginotr += CSWpidgin
+# On sparc, the dependencies end up different
+ifeq ($(shell uname -p), sparc)
+ RUNTIME_DEP_PKGS_CSWpidginotr += CSWlibgpg-error0
+endif
+
+CHECKPKG_OVERRIDES_CSWpidginotr += surplus-dependency|CSWpidgin
+
BUILD_DEP_PKGS += CSWotr-dev
BUILD_DEP_PKGS += CSWlibgcrypt-dev
BUILD_DEP_PKGS += CSWlibgpg-error-dev
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