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_aspell | |
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_aspell')
-rw-r--r-- | emulators/suse91_aspell/Makefile | 10 | ||||
-rw-r--r-- | emulators/suse91_aspell/Makefile.i386 | 3 | ||||
-rw-r--r-- | emulators/suse91_aspell/Makefile.x86_64 | 3 | ||||
-rw-r--r-- | emulators/suse91_aspell/distinfo | 5 |
4 files changed, 15 insertions, 6 deletions
diff --git a/emulators/suse91_aspell/Makefile b/emulators/suse91_aspell/Makefile index f163c3d5d0c..a471c07d333 100644 --- a/emulators/suse91_aspell/Makefile +++ b/emulators/suse91_aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/12/12 14:43:23 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $ DISTNAME= suse_aspell-${SUSE_VERSION} PKGREVISION= 1 @@ -10,18 +10,18 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for Aspell library -RPMFILES= aspell-0.50.5-38.4.${SUSE_ARCH}.rpm - .include "../../emulators/suse_linux/Makefile.application" .if !defined(USE_NATIVE_LINUX) DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base .endif -ONLY_FOR_PLATFORM= *-*-i386 - EXTRACT_ONLY= # empty NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +.if exists(Makefile.${MACHINE_ARCH}) +.include "Makefile.${MACHINE_ARCH}" +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_aspell/Makefile.i386 b/emulators/suse91_aspell/Makefile.i386 new file mode 100644 index 00000000000..b4dd2849563 --- /dev/null +++ b/emulators/suse91_aspell/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1 2006/01/08 16:53:21 salo Exp $ + +RPMFILES= aspell-0.50.5-38.4.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_aspell/Makefile.x86_64 b/emulators/suse91_aspell/Makefile.x86_64 new file mode 100644 index 00000000000..523d98c7265 --- /dev/null +++ b/emulators/suse91_aspell/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1 2006/01/08 16:53:21 salo Exp $ + +RPMFILES= aspell-0.50.5-38.4.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_aspell/distinfo b/emulators/suse91_aspell/distinfo index 73eeeb8adeb..d055a803b42 100644 --- a/emulators/suse91_aspell/distinfo +++ b/emulators/suse91_aspell/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/11/06 14:52:43 salo Exp $ +$NetBSD: distinfo,v 1.4 2006/01/08 16:53:21 salo Exp $ SHA1 (suse91/i586/aspell-0.50.5-38.4.i586.rpm) = cffd30f8176afb8f3ad51fb50c09fbd34413d74e RMD160 (suse91/i586/aspell-0.50.5-38.4.i586.rpm) = 5244e5a391a01373ded4b866a0eb2f8e133dde96 Size (suse91/i586/aspell-0.50.5-38.4.i586.rpm) = 566009 bytes +SHA1 (suse91/x86_64/aspell-0.50.5-38.4.x86_64.rpm) = 1547b1d379b1fa8bbeac998004dcfcba99002c2f +RMD160 (suse91/x86_64/aspell-0.50.5-38.4.x86_64.rpm) = 43ae8d83b0a89261b8ad53ce80671fe7b399bcce +Size (suse91/x86_64/aspell-0.50.5-38.4.x86_64.rpm) = 575917 bytes |