diff options
author | obache <obache@pkgsrc.org> | 2014-01-22 12:27:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-22 12:27:43 +0000 |
commit | 617362ac0aa7f0b846a6f1504a5ef49e0939528c (patch) | |
tree | 7ffcf67ffb197f9e2d83718d6b4224b3f2a99fa8 /emulators/suse131_glib2/Makefile | |
parent | 7d48b82c7d7e65f77c31aa2f319a11a0e242f751 (diff) | |
download | pkgsrc-617362ac0aa7f0b846a6f1504a5ef49e0939528c.tar.gz |
Import suse_glib2-13.1 as emulators/suse131_glib2.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require GTK+-2.x shared libraries.
Diffstat (limited to 'emulators/suse131_glib2/Makefile')
-rw-r--r-- | emulators/suse131_glib2/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/emulators/suse131_glib2/Makefile b/emulators/suse131_glib2/Makefile new file mode 100644 index 00000000000..f91d28ce526 --- /dev/null +++ b/emulators/suse131_glib2/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2014/01/22 12:27:43 obache Exp $ + +DISTNAME= suse_glib2-${SUSE_VERSION} +CATEGORIES= emulators +RPMPKGS+= gio-branding-upstream-2.38.1-1.1.noarch +RPMPKGS+= glib2-tools-2.38.1-1.1.${SUSE_ARCH} +RPMPKGS+= libgio-2_0-0-2.38.1-1.1.${SUSE_ARCH} +RPMPKGS+= libglib-2_0-0-2.38.1-1.1.${SUSE_ARCH} +RPMPKGS+= libgmodule-2_0-0-2.38.1-1.1.${SUSE_ARCH} +RPMPKGS+= libgobject-2_0-0-2.38.1-1.1.${SUSE_ARCH} +RPMPKGS+= libgthread-2_0-0-2.38.1-1.1.${SUSE_ARCH} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Linux compatibility package for GLib-2.x + +CONFLICTS+= suse_gtk2<13.1nb1 + +EMUL_MODULES.linux= base libffi + +# These files are managed by the +INSTALL/+DEINSTALL scripts. +CHECK_FILES_SKIP+= ${EMULDIR}/lib${ABISUFFIX}/gio/modules/giomodule.cache +CHECK_FILES_SKIP+= ${EMULDIR}/usr/share/glib-2.0/schemas/gschemas.compiled + +ABISUFFIX?= # empty +BINSUFFIX?= # empty +FILES_SUBST+= ABISUFFIX=${ABISUFFIX:Q} +FILES_SUBST+= BINSUFFIX=${BINSUFFIX:Q} + +.include "../../emulators/suse131_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |