[csw-devel] SF.net SVN: gar:[20122] csw/mgar/pkg/libffi/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Jan 13 21:44:56 CET 2013
Revision: 20122
http://gar.svn.sourceforge.net/gar/?rev=20122&view=rev
Author: wahwah
Date: 2013-01-13 20:44:56 +0000 (Sun, 13 Jan 2013)
Log Message:
-----------
libffi/trunk: Style changes
Modified Paths:
--------------
csw/mgar/pkg/libffi/trunk/Makefile
Modified: csw/mgar/pkg/libffi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libffi/trunk/Makefile 2013-01-13 20:38:43 UTC (rev 20121)
+++ csw/mgar/pkg/libffi/trunk/Makefile 2013-01-13 20:44:56 UTC (rev 20122)
@@ -6,13 +6,13 @@
DESCRIPTION = A portable foreign function interface library
define BLURB
- FFI stands for Foreign Function Interface. A foreign function
- interface is the popular name for the interface that allows code
- written in one language to call code written in another language.
- The libffi library really only provides the lowest, machine
- dependent layer of a fully featured foreign function interface.
- A layer must exist above libffi that handles type conversions for
- values passed between the two languages.
+ FFI stands for Foreign Function Interface. A foreign function
+ interface is the popular name for the interface that allows code
+ written in one language to call code written in another language.
+ The libffi library really only provides the lowest, machine
+ dependent layer of a fully featured foreign function interface.
+ A layer must exist above libffi that handles type conversions for
+ values passed between the two languages.
endef
MASTER_SITES = ftp://sourceware.org/pub/libffi/
@@ -34,29 +34,24 @@
OBSOLETED_BY_CSWlibffi5-dev = CSWlibffi
INCOMPATIBLE_PKGS_CSWlibffi5 = CSWlibffi
+PACKAGES += CSWlibffi5
+PKGFILES_CSWlibffi5 += $(call baseisadirs,$(libdir),libffi\.so\.5(\.\d+)*)
+SPKG_DESC_CSWlibffi5 += $(DESCRIPTION), libffi.so.5
+
PACKAGES += CSWlibffi-dev
-CATALOGNAME_CSWlibffi-dev = libffi_dev
SPKG_DESC_CSWlibffi-dev = $(DESCRIPTION) - developer package
RUNTIME_DEP_PKGS_CSWlibffi-dev += CSWlibffi5
-PKGFILES_CSWlibffi-dev += $(PKGFILES_DEVEL)
-PKGFILES_CSWlibffi-dev += $(libdir)/(.*/)?ffi/libffi\.so
-PKGFILES_CSWlibffi-dev += $(libdir)/.*/include/.*
-PKGFILES_CSWlibffi-dev += $(datadir)/.*
-PACKAGES += CSWlibffi5
-SPKG_DESC_CSWlibffi5 = $(DESCRIPTION) - libffi.so.5
-PKGFILES_CSWlibffi5 += .*/libffi\.so\.5.*
-
LICENSE = LICENSE
BUILD64_LIBS_ONLY = 1
CONFIGURE_ARGS = $(DIRPATHS)
-# Tests fail since they are written for gcc only
+# Tests fail since they are written for gcc only
# But they also fails on 64-bit even when using gcc
#TEST_TARGET = check
-TEST_TARGET =
+TEST_TARGET =
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