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.
This commit is contained in:
parent
c9f32a4444
commit
09bf07942d
4 changed files with 34 additions and 0 deletions
5
emulators/suse_fileutils/DESCR
Normal file
5
emulators/suse_fileutils/DESCR
Normal file
|
@ -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.
|
24
emulators/suse_fileutils/Makefile
Normal file
24
emulators/suse_fileutils/Makefile
Normal file
|
@ -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"
|
1
emulators/suse_fileutils/PLIST
Normal file
1
emulators/suse_fileutils/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/02 14:25:39 dmcmahill Exp $
|
4
emulators/suse_fileutils/distinfo
Normal file
4
emulators/suse_fileutils/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue