Import new "suse_compat" package:
Linux compatibility package with old shared libraries
This commit is contained in:
parent
e15495c99b
commit
7df7881117
4 changed files with 49 additions and 0 deletions
40
emulators/suse_compat/Makefile
Normal file
40
emulators/suse_compat/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/05/21 00:55:59 tron Exp $
|
||||
|
||||
DISTNAME= compat
|
||||
PKGNAME= suse_compat-6.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a2/ \
|
||||
ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a2/
|
||||
EXTRACT_SUFX= .rpm
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://www.suse.com/
|
||||
|
||||
DEPENDS+= suse_base-6.1:../suse_base
|
||||
|
||||
DIST_SUBDIR= suse
|
||||
MIRROR_DISTFILE= no
|
||||
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_BUILD= yes
|
||||
NO_PATCH= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
|
||||
|
||||
EMULSUBDIR= emul/linux
|
||||
EMULDIR= ${PREFIX}/${EMULSUBDIR}
|
||||
SBINDIR= ${PREFIX}/sbin
|
||||
|
||||
do-install:
|
||||
cd ${_DISTDIR} && \
|
||||
${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC}
|
||||
@${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC}
|
||||
${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE}
|
||||
|
||||
show-shlib-type:
|
||||
@${ECHO} linux-${MACHINE_ARCH}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
emulators/suse_compat/files/md5
Normal file
3
emulators/suse_compat/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/05/21 00:55:59 tron Exp $
|
||||
|
||||
MD5 (suse/compat.rpm) = abcdc8a9b382a71fa2c8d4c08d24b00d
|
1
emulators/suse_compat/pkg/COMMENT
Normal file
1
emulators/suse_compat/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Linux compatibility package with old shared libraries
|
5
emulators/suse_compat/pkg/DESCR
Normal file
5
emulators/suse_compat/pkg/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 some old shared libraries required for backwards
|
||||
compatibility.
|
Loading…
Reference in a new issue