diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:48:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:48:40 +0000 |
commit | 371068bcfe2d34672a13904e60cd6313194cd8d0 (patch) | |
tree | 7f8fdbe96dd571d436719b4ee915bf0c085c5dd3 /emulators | |
parent | 55e954ce4b8ebe7c96afc319eddb3875f5bcd354 (diff) | |
download | pkgsrc-371068bcfe2d34672a13904e60cd6313194cd8d0.tar.gz |
SuSE 9.1 aspell compatibility package. This is intended for applications
such as Opera, which use the aspell library for spell-checking functionality.
TODO: this package should be able to use the 'native' aspell language
directories, i.e. it should be possible to arrange symlinks so that the
SuSE package would find the aspell files within ${LOCALBASE}.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_aspell/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse91_aspell/Makefile | 24 | ||||
-rw-r--r-- | emulators/suse91_aspell/distinfo | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/emulators/suse91_aspell/DESCR b/emulators/suse91_aspell/DESCR new file mode 100644 index 00000000000..62e5a3f87e9 --- /dev/null +++ b/emulators/suse91_aspell/DESCR @@ -0,0 +1,5 @@ +Linux compatibility package based on the SuSE Linux distribution, take a +look at "http://www.suse.com/" for more information about it. + +This package supports running ELF binaries linked with glibc2 which don't +require X11 shared libraries. diff --git a/emulators/suse91_aspell/Makefile b/emulators/suse91_aspell/Makefile new file mode 100644 index 00000000000..943af7f2965 --- /dev/null +++ b/emulators/suse91_aspell/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/31 11:48:40 jdolecek Exp $ + +DISTNAME= suse_aspell-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for Aspell library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +NO_BUILDLINK= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= aspell-0.50.5-35.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_aspell/distinfo b/emulators/suse91_aspell/distinfo new file mode 100644 index 00000000000..2cf25234cca --- /dev/null +++ b/emulators/suse91_aspell/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/31 11:48:40 jdolecek Exp $ + +SHA1 (suse91/i586/aspell-0.50.5-35.i586.rpm) = 5a915bd9665767cdb9c159867672cefb2b4cc4c9 +Size (suse91/i586/aspell-0.50.5-35.i586.rpm) = 565494 bytes |