diff options
author | salo <salo> | 2006-01-08 16:53:21 +0000 |
---|---|---|
committer | salo <salo> | 2006-01-08 16:53:21 +0000 |
commit | 4a5c9fc438ed844c88b059ef67ed3f307e098f49 (patch) | |
tree | 89868d777f1c25e127247dd0e9513743d9c67be3 /emulators/suse91_gtk | |
parent | 5e1596010de214a89f5f017a973ddc63a038da14 (diff) | |
download | pkgsrc-4a5c9fc438ed844c88b059ef67ed3f307e098f49.tar.gz |
Add x86_64 files to SUSE emulation packages to make it easier
for COMPAT_LINUX testers to play with. Untested in run-time.
Diffstat (limited to 'emulators/suse91_gtk')
-rw-r--r-- | emulators/suse91_gtk/Makefile | 7 | ||||
-rw-r--r-- | emulators/suse91_gtk/Makefile.i386 | 4 | ||||
-rw-r--r-- | emulators/suse91_gtk/Makefile.x86_64 | 4 | ||||
-rw-r--r-- | emulators/suse91_gtk/distinfo | 8 |
4 files changed, 19 insertions, 4 deletions
diff --git a/emulators/suse91_gtk/Makefile b/emulators/suse91_gtk/Makefile index b44ebbe7456..484b6fff8ab 100644 --- a/emulators/suse91_gtk/Makefile +++ b/emulators/suse91_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/12 14:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/08 16:53:21 salo Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -15,8 +15,9 @@ EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= glib-1.2.10-586.${SUSE_ARCH}.rpm \ - gtk-1.2.10-877.${SUSE_ARCH}.rpm +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +.endif .include "../../emulators/suse91_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_gtk/Makefile.i386 b/emulators/suse91_gtk/Makefile.i386 new file mode 100644 index 00000000000..883b9470196 --- /dev/null +++ b/emulators/suse91_gtk/Makefile.i386 @@ -0,0 +1,4 @@ +# $NetBSD: Makefile.i386,v 1.1 2006/01/08 16:53:21 salo Exp $ + +RPMFILES= glib-1.2.10-586.${SUSE_ARCH}.rpm \ + gtk-1.2.10-877.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_gtk/Makefile.x86_64 b/emulators/suse91_gtk/Makefile.x86_64 new file mode 100644 index 00000000000..ba01c9328f2 --- /dev/null +++ b/emulators/suse91_gtk/Makefile.x86_64 @@ -0,0 +1,4 @@ +# $NetBSD: Makefile.x86_64,v 1.1 2006/01/08 16:53:21 salo Exp $ + +RPMFILES= glib-1.2.10-337.${SUSE_ARCH}.rpm \ + gtk-1.2.10-488.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_gtk/distinfo b/emulators/suse91_gtk/distinfo index 36fc5329458..d79873d851d 100644 --- a/emulators/suse91_gtk/distinfo +++ b/emulators/suse91_gtk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 18:49:20 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/01/08 16:53:21 salo Exp $ SHA1 (suse91/i586/glib-1.2.10-586.i586.rpm) = 0b6a69b48a1c49dd635f0568b758e018fb007eea RMD160 (suse91/i586/glib-1.2.10-586.i586.rpm) = 0bbb0c06e0d11df3fa51307980277c40eda04975 @@ -6,3 +6,9 @@ Size (suse91/i586/glib-1.2.10-586.i586.rpm) = 124852 bytes SHA1 (suse91/i586/gtk-1.2.10-877.i586.rpm) = 395f33db3ea0aec1d7f8ef23ac8d83efdf4243fb RMD160 (suse91/i586/gtk-1.2.10-877.i586.rpm) = a5b84ad4420b233217777bf96ca1a43782076c3e Size (suse91/i586/gtk-1.2.10-877.i586.rpm) = 860574 bytes +SHA1 (suse91/x86_64/glib-1.2.10-337.x86_64.rpm) = bb90533ea908f16066de913972f60ffd0b6599a2 +RMD160 (suse91/x86_64/glib-1.2.10-337.x86_64.rpm) = 61ae253f0fd8b94a8f8a1558b10f2d3ab15c7eb4 +Size (suse91/x86_64/glib-1.2.10-337.x86_64.rpm) = 139342 bytes +SHA1 (suse91/x86_64/gtk-1.2.10-488.x86_64.rpm) = d5ebcf118e7ab46faf4df6734aea438484232798 +RMD160 (suse91/x86_64/gtk-1.2.10-488.x86_64.rpm) = 5fce54df90902955e77da8ed613e78ad0f243176 +Size (suse91/x86_64/gtk-1.2.10-488.x86_64.rpm) = 934389 bytes |