summaryrefslogtreecommitdiff
path: root/meta-pkgs/suse121
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-03-21 13:44:08 +0000
committerobache <obache@pkgsrc.org>2012-03-21 13:44:08 +0000
commit3649059adc0a2fdf8b0eb0640d68d710761fa8cd (patch)
tree2c3e2fca676805f494f0bcbccef3c4c39409ac9b /meta-pkgs/suse121
parent42f366f2ead8394ba47fcea36a76ef12cb7ee85f (diff)
downloadpkgsrc-3649059adc0a2fdf8b0eb0640d68d710761fa8cd.tar.gz
Import suse-12.1 as meta-pkgs/suse121.
The openSUSE 12.1 meta-package provides a number of components for a openSUSE-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.
Diffstat (limited to 'meta-pkgs/suse121')
-rw-r--r--meta-pkgs/suse121/DESCR8
-rw-r--r--meta-pkgs/suse121/Makefile18
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-pkgs/suse121/DESCR b/meta-pkgs/suse121/DESCR
new file mode 100644
index 00000000000..f281de89f2c
--- /dev/null
+++ b/meta-pkgs/suse121/DESCR
@@ -0,0 +1,8 @@
+The openSUSE 12.1 meta-package provides a number of components for a
+openSUSE-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/suse121/Makefile b/meta-pkgs/suse121/Makefile
new file mode 100644
index 00000000000..f4d7156f59c
--- /dev/null
+++ b/meta-pkgs/suse121/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:44:08 obache 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 qt4 slang tiff x11 xml2
+EMUL_PKG_FMT= plain
+
+META_PACKAGE= yes
+
+.include "../../emulators/suse121_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"