diff options
author | tron <tron> | 2002-04-04 10:07:57 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-04 10:07:57 +0000 |
commit | 837e516972031d234954c4d0e810aac433c716e3 (patch) | |
tree | f3b200485bc782fc02213e4de4e34480fd7a5585 /emulators/suse64_libc5/Makefile | |
parent | 76a388c16ab6e0f159887fd5ce0ee2f99555d9c3 (diff) | |
download | pkgsrc-837e516972031d234954c4d0e810aac433c716e3.tar.gz |
Import SuSE 6.4 packages as "suse64_*" to support the Linux emulation on
NetBSD 1.5 and 1.5.x systems.
Diffstat (limited to 'emulators/suse64_libc5/Makefile')
-rw-r--r-- | emulators/suse64_libc5/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/suse64_libc5/Makefile b/emulators/suse64_libc5/Makefile new file mode 100644 index 00000000000..c5d5d10dfc1 --- /dev/null +++ b/emulators/suse64_libc5/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ + +DISTNAME= shlibs5 +PKGNAME= suse_libc5-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} +EXTRACT_SUFX= .rpm + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for libc5 binaries + +DEPENDS+= suse_compat-${SUSE_VERSION}*:../suse64_compat + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= ${DISTNAME}${EXTRACT_SUFX} + +.include "../suse64_linux/Makefile.common" |