summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorchs <chs@pkgsrc.org>2010-09-24 01:36:06 +0000
committerchs <chs@pkgsrc.org>2010-09-24 01:36:06 +0000
commit90877f315996851084dc20b3c377da31c5c6d8dd (patch)
treeaacda14554028c2eb3f6bf4f678d6edb92c8aed5 /meta-pkgs
parent40bd4ba0cfee70f131396bb15e238ce30bbf2f4b (diff)
downloadpkgsrc-90877f315996851084dc20b3c377da31c5c6d8dd.tar.gz
Initial import of openSUSE 11.3 meta-pkg.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/suse113/DESCR8
-rw-r--r--meta-pkgs/suse113/Makefile18
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-pkgs/suse113/DESCR b/meta-pkgs/suse113/DESCR
new file mode 100644
index 00000000000..739fa543eae
--- /dev/null
+++ b/meta-pkgs/suse113/DESCR
@@ -0,0 +1,8 @@
+The SUSE 11.3 meta-package provides a number of components for a
+SUSE-based Linux binary emulation environment.
+
+This package does not contain anything by itself -- it is a "meta-package"
+that depends on other packages. Its sole purpose is to require
+dependencies so users can install this package only and have all the
+other packages pulled in automatically by the pkgsrc dependency
+mechanism.
diff --git a/meta-pkgs/suse113/Makefile b/meta-pkgs/suse113/Makefile
new file mode 100644
index 00000000000..4e04e2ab6ef
--- /dev/null
+++ b/meta-pkgs/suse113/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 01:36:06 chs Exp $
+
+DISTNAME= suse-${SUSE_VERSION}
+CATEGORIES= emulators meta-pkgs
+MASTER_SITES= # empty
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= SUSE-based Linux binary emulation environment
+
+EMUL_MODULES.linux= alsa aspell base compat cups expat fontconfig \
+ freetype2 glx gtk2 jpeg krb5 libsigc++2 locale \
+ motif openssl png qt3 slang tiff vmware x11 xml2
+EMUL_PKG_FMT= plain
+
+META_PACKAGE= yes
+
+.include "../../emulators/suse113_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"