move libcurl from base to its own emul module since it requires
both krb5 and openssl. fixes PR 44535.
This commit is contained in:
parent
f83c57b455
commit
dd72dddeaf
4 changed files with 34 additions and 0 deletions
5
emulators/suse113_32_libcurl/Makefile
Normal file
5
emulators/suse113_32_libcurl/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 15:49:38 chs Exp $
|
||||
|
||||
SUSE_COMPAT32= yes
|
||||
|
||||
.include "${.CURDIR}/../suse113_libcurl/Makefile"
|
6
emulators/suse113_libcurl/DESCR
Normal file
6
emulators/suse113_libcurl/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Linux compatibility package based on the SuSE Linux distribution.
|
||||
Please visit http://www.suse.com/ for more information about SuSE
|
||||
Linux.
|
||||
|
||||
This package supports running ELF binaries linked with glibc2 that
|
||||
require cURL shared libraries.
|
15
emulators/suse113_libcurl/Makefile
Normal file
15
emulators/suse113_libcurl/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 15:46:20 chs Exp $
|
||||
|
||||
DISTNAME= suse_libcurl-${SUSE_VERSION}
|
||||
CATEGORIES= emulators
|
||||
DISTFILES= libcurl4-7.20.1-3.4.${SUSE_ARCH}.rpm
|
||||
|
||||
MAINTAINER= chs@NetBSD.org
|
||||
COMMENT= Linux compatibility package for libcurl
|
||||
|
||||
EMUL_MODULES.linux= krb5 openssl
|
||||
|
||||
CONFLICTS+= suse_base<11.3nb2
|
||||
|
||||
.include "../../emulators/suse113_linux/Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
emulators/suse113_libcurl/distinfo
Normal file
8
emulators/suse113_libcurl/distinfo
Normal file
|
@ -0,0 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/02/27 15:46:20 chs Exp $
|
||||
|
||||
SHA1 (suse113/i586/libcurl4-7.20.1-3.4.i586.rpm) = db803d461bb1c128ce4cbd18f655d52b7dd77e28
|
||||
RMD160 (suse113/i586/libcurl4-7.20.1-3.4.i586.rpm) = c33d94c5d5ed7948cdb85ebbc8713413374eb371
|
||||
Size (suse113/i586/libcurl4-7.20.1-3.4.i586.rpm) = 153600 bytes
|
||||
SHA1 (suse113/x86_64/libcurl4-7.20.1-3.4.x86_64.rpm) = 19eeeea47d9524e7bb1e9bed26e0f33deeae566f
|
||||
RMD160 (suse113/x86_64/libcurl4-7.20.1-3.4.x86_64.rpm) = 10ee8adaa9b331215541bb1e7c5e9ee8631e3c3d
|
||||
Size (suse113/x86_64/libcurl4-7.20.1-3.4.x86_64.rpm) = 156687 bytes
|
Loading…
Reference in a new issue