diff options
author | salo <salo@pkgsrc.org> | 2006-01-08 16:53:21 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-01-08 16:53:21 +0000 |
commit | 8ac66da67c23278a3b68bc2007779fb22e4d1237 (patch) | |
tree | 89868d777f1c25e127247dd0e9513743d9c67be3 /emulators/suse91_slang | |
parent | 2779104892e23843142fe22ba61be35661459ab3 (diff) | |
download | pkgsrc-8ac66da67c23278a3b68bc2007779fb22e4d1237.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_slang')
-rw-r--r-- | emulators/suse91_slang/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse91_slang/Makefile.i386 | 3 | ||||
-rw-r--r-- | emulators/suse91_slang/Makefile.x86_64 | 3 | ||||
-rw-r--r-- | emulators/suse91_slang/distinfo | 5 |
4 files changed, 14 insertions, 3 deletions
diff --git a/emulators/suse91_slang/Makefile b/emulators/suse91_slang/Makefile index 690260a2a7d..845b6272837 100644 --- a/emulators/suse91_slang/Makefile +++ b/emulators/suse91_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/12/12 14:43:24 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:22 salo Exp $ DISTNAME= suse_slang-${SUSE_VERSION} CATEGORIES= emulators @@ -15,7 +15,9 @@ EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -RPMFILES= slang-1.4.9-121.${SUSE_ARCH}.rpm +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +.endif post-install: ${LN} -sf ${PREFIX}/${EMULSUBDIR}/usr/lib/libslang-utf8.so.1 \ diff --git a/emulators/suse91_slang/Makefile.i386 b/emulators/suse91_slang/Makefile.i386 new file mode 100644 index 00000000000..4713c3d2436 --- /dev/null +++ b/emulators/suse91_slang/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1 2006/01/08 16:53:22 salo Exp $ + +RPMFILES= slang-1.4.9-121.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_slang/Makefile.x86_64 b/emulators/suse91_slang/Makefile.x86_64 new file mode 100644 index 00000000000..e30fe9b0301 --- /dev/null +++ b/emulators/suse91_slang/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1 2006/01/08 16:53:22 salo Exp $ + +RPMFILES= slang-1.4.9-112.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_slang/distinfo b/emulators/suse91_slang/distinfo index 3e8f2352b5b..7224536d1fb 100644 --- a/emulators/suse91_slang/distinfo +++ b/emulators/suse91_slang/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/02 19:44:24 jdolecek Exp $ +$NetBSD: distinfo,v 1.2 2006/01/08 16:53:22 salo Exp $ SHA1 (suse91/i586/slang-1.4.9-121.i586.rpm) = 3a8e5e4a0e7177c378b414e879e162833d521a67 RMD160 (suse91/i586/slang-1.4.9-121.i586.rpm) = 759cdb055ebf67b00cbb78d0e79528a34e58a4d1 Size (suse91/i586/slang-1.4.9-121.i586.rpm) = 233659 bytes +SHA1 (suse91/x86_64/slang-1.4.9-112.x86_64.rpm) = ce0601d63196287c1cc471e69fefd5c02fb3e393 +RMD160 (suse91/x86_64/slang-1.4.9-112.x86_64.rpm) = 32f3a4630d1205481e7af187ec4582b88f54cdc4 +Size (suse91/x86_64/slang-1.4.9-112.x86_64.rpm) = 252704 bytes |