diff options
author | dmcmahill <dmcmahill> | 2004-10-02 14:25:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-10-02 14:25:39 +0000 |
commit | a942d825e7470167cdbf27ab8f002b899d0f7687 (patch) | |
tree | c6b00b37fbea66008eaceaf8b8ee674c7affedc4 /emulators/suse_fileutils | |
parent | 65ccc88261470c28b7feee507baea926d6e34889 (diff) | |
download | pkgsrc-a942d825e7470167cdbf27ab8f002b899d0f7687.tar.gz |
add suse_fileutils package.
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.
This package contains the GNU fileutils package in ELF binary
format, linked with glibc2.
Diffstat (limited to 'emulators/suse_fileutils')
-rw-r--r-- | emulators/suse_fileutils/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse_fileutils/Makefile | 24 | ||||
-rw-r--r-- | emulators/suse_fileutils/PLIST | 1 | ||||
-rw-r--r-- | emulators/suse_fileutils/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/emulators/suse_fileutils/DESCR b/emulators/suse_fileutils/DESCR new file mode 100644 index 00000000000..a370e37a9af --- /dev/null +++ b/emulators/suse_fileutils/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 contains the GNU fileutils package in ELF binary +format, linked with glibc2. diff --git a/emulators/suse_fileutils/Makefile b/emulators/suse_fileutils/Makefile new file mode 100644 index 00000000000..1a59e811318 --- /dev/null +++ b/emulators/suse_fileutils/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $ + +DISTNAME= suse_fileutils-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} + +DISTFILES= ${RPMFILES} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package - fileutils + +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc + +EXTRACT_ONLY= # empty +NO_BUILD= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= fileutils.rpm + +.include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_fileutils/PLIST b/emulators/suse_fileutils/PLIST new file mode 100644 index 00000000000..574245d7ef9 --- /dev/null +++ b/emulators/suse_fileutils/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $ diff --git a/emulators/suse_fileutils/distinfo b/emulators/suse_fileutils/distinfo new file mode 100644 index 00000000000..2aeb075874d --- /dev/null +++ b/emulators/suse_fileutils/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $ + +SHA1 (suse73/i386/fileutils.rpm) = 863b96e4ae55fbc684e05389d21518fe5b92afad +Size (suse73/i386/fileutils.rpm) = 539928 bytes |