pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/suse9 a meta package for SuSE 9.x-based Linu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bffaad4a461
branches:  trunk
changeset: 479418:6bffaad4a461
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Aug 14 09:43:50 2004 +0000

description:
a meta package for SuSE 9.x-based Linux binary emulation environment

diffstat:

 meta-pkgs/suse9/DESCR    |   9 +++++++++
 meta-pkgs/suse9/Makefile |  35 +++++++++++++++++++++++++++++++++++
 meta-pkgs/suse9/PLIST    |   2 ++
 3 files changed, 46 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r a742b5eee04d -r 6bffaad4a461 meta-pkgs/suse9/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/suse9/DESCR     Sat Aug 14 09:43:50 2004 +0000
@@ -0,0 +1,9 @@
+The SuSE 9.1 meta-package provides a number of components for an
+SuSE-based Linux binary emulation environment, using other components
+of the NetBSD packages collection.
+
+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 by the port/package dependency
+mechanism.
diff -r a742b5eee04d -r 6bffaad4a461 meta-pkgs/suse9/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/suse9/Makefile  Sat Aug 14 09:43:50 2004 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/14 09:43:50 jdolecek Exp $
+#
+
+DISTNAME=      suse-9.1
+PKGREVISION=   # empty
+CATEGORIES=    meta-pkgs emulators
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    jdolecek%NetBSD.org@localhost
+COMMENT=       Provides a SuSE-based Linux binary emulation environment
+
+DEPENDS+=      suse_base>=9.1:../../emulators/suse91_base
+DEPENDS+=      suse_compat>=9.1:../../emulators/suse91_compat
+DEPENDS+=      suse_x11>=9.1:../../emulators/suse91_x11
+DEPENDS+=      suse_libpng>=9.1:../../emulators/suse91_libpng
+DEPENDS+=      suse_libjpeg>=9.1:../../emulators/suse91_libjpeg
+DEPENDS+=      suse_freetype2>=9.1:../../emulators/suse91_freetype2
+DEPENDS+=      suse_openmotif>=9.1:../../emulators/suse91_openmotif
+DEPENDS+=      suse_gtk>=9.1:../../emulators/suse91_gtk
+
+# these could possibly be installed too, but probably of less
+# general interested, so commented out for now
+#DEPENDS+=     suse_gnome2>=9.1:../../emulators/suse91_gnome2
+#DEPENDS+=     suse_aspell>=9.1:../../emulators/suse91_aspell
+
+EXTRACT_ONLY=  # empty
+NO_CHECKSUM=   yes
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+NO_MTREE=      yes
+
+do-install:    # empty
+
+.include "../../mk/bsd.pkg.mk"
diff -r a742b5eee04d -r 6bffaad4a461 meta-pkgs/suse9/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/suse9/PLIST     Sat Aug 14 09:43:50 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/14 09:43:50 jdolecek Exp $
+@comment this plist intentionally left empty



Home | Main Index | Thread Index | Old Index