pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/suse121 Import suse-12.1 as meta-pkgs/suse121.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af309434e40e
branches:  trunk
changeset: 601451:af309434e40e
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Mar 21 13:44:08 2012 +0000

description:
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:

 meta-pkgs/suse121/DESCR    |   8 ++++++++
 meta-pkgs/suse121/Makefile |  18 ++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r f32aa4bde6e3 -r af309434e40e meta-pkgs/suse121/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/suse121/DESCR   Wed Mar 21 13:44:08 2012 +0000
@@ -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 -r f32aa4bde6e3 -r af309434e40e meta-pkgs/suse121/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/suse121/Makefile        Wed Mar 21 13:44:08 2012 +0000
@@ -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@localhost
+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"



Home | Main Index | Thread Index | Old Index