diff options
author | recht <recht@pkgsrc.org> | 2004-09-02 20:28:17 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-09-02 20:28:17 +0000 |
commit | af3d729e195c5fd77b7ac6d88254d4ee0d0ec028 (patch) | |
tree | 8e0ee5bf2be9f65fd12532479445b1857d433e7d /emulators | |
parent | 95c9bae13be90ab7ceb563d05d4a62c4b4e90420 (diff) | |
download | pkgsrc-af3d729e195c5fd77b7ac6d88254d4ee0d0ec028.tar.gz |
initial import suse91_expat
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 require
expat shared libraries.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_expat/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse91_expat/Makefile | 24 | ||||
-rw-r--r-- | emulators/suse91_expat/distinfo | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/emulators/suse91_expat/DESCR b/emulators/suse91_expat/DESCR new file mode 100644 index 00000000000..9f2f36c8801 --- /dev/null +++ b/emulators/suse91_expat/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 require +expat shared libraries. diff --git a/emulators/suse91_expat/Makefile b/emulators/suse91_expat/Makefile new file mode 100644 index 00000000000..61dec533044 --- /dev/null +++ b/emulators/suse91_expat/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/02 20:28:17 recht Exp $ + +DISTNAME= suse_expat-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for expat binaries + +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= expat-1.95.7-37.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_expat/distinfo b/emulators/suse91_expat/distinfo new file mode 100644 index 00000000000..d30e1af4858 --- /dev/null +++ b/emulators/suse91_expat/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/02 20:28:17 recht Exp $ + +SHA1 (suse91/i586/expat-1.95.7-37.i586.rpm) = 2f32f41ef922591f053dfac51d356b52a17c2fa4 +Size (suse91/i586/expat-1.95.7-37.i586.rpm) = 176293 bytes |