summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorobache <obache>2013-12-05 11:42:12 +0000
committerobache <obache>2013-12-05 11:42:12 +0000
commitb1ae930bd902c40bf0a153016609b4fff0dee103 (patch)
treea58c56c22e0eeab507e6d3bbe20f63fab5e564a4 /meta-pkgs
parent310bc59617894e4af922207e93bf1de01362e064 (diff)
downloadpkgsrc-b1ae930bd902c40bf0a153016609b4fff0dee103.tar.gz
Added openSUSE 13.1 packages, provides a number of components for a
openSUSE-based Linux binary emulation environment.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/Makefile3
-rw-r--r--meta-pkgs/suse131/DESCR8
-rw-r--r--meta-pkgs/suse131/Makefile19
3 files changed, 29 insertions, 1 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile
index 3cc2bdabf2d..6c7e1c8b9ab 100644
--- a/meta-pkgs/Makefile
+++ b/meta-pkgs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2013/07/29 16:47:26 taca Exp $
+# $NetBSD: Makefile,v 1.73 2013/12/05 11:42:12 obache Exp $
#
COMMENT= Collections of other packages
@@ -46,6 +46,7 @@ SUBDIR+= py-gnome-bindings
SUBDIR+= ruby-gnome2
SUBDIR+= suse100
SUBDIR+= suse121
+SUBDIR+= suse131
SUBDIR+= web-server
SUBDIR+= windowmaker-desktop
SUBDIR+= xfce4
diff --git a/meta-pkgs/suse131/DESCR b/meta-pkgs/suse131/DESCR
new file mode 100644
index 00000000000..06b710e77e7
--- /dev/null
+++ b/meta-pkgs/suse131/DESCR
@@ -0,0 +1,8 @@
+The openSUSE 13.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/suse131/Makefile b/meta-pkgs/suse131/Makefile
new file mode 100644
index 00000000000..c55650979a7
--- /dev/null
+++ b/meta-pkgs/suse131/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/12/05 11:42:12 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 cyrus-sasl cups curl expat \
+ fontconfig freetype2 glx gtk2 jpeg krb5 libjson \
+ libsigc++2 libsndfile libssh libwrap locale motif \
+ openldap openssl pulseaudio png qt4 slang tiff x11 xml2
+EMUL_PKG_FMT= plain
+
+META_PACKAGE= yes
+
+.include "../../emulators/suse131_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"