mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
37
meta/packages/openswan/openswan_2.2.0.bb
Normal file
37
meta/packages/openswan/openswan_2.2.0.bb
Normal file
@@ -0,0 +1,37 @@
|
||||
SECTION = "console/network"
|
||||
DESCRIPTION = "Openswan is an Open Source implementation of IPsec for the \
|
||||
Linux operating system."
|
||||
HOMEPAGE = "http://www.openswan.org"
|
||||
LICENSE = "GPLv2"
|
||||
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
|
||||
DEPENDS = "gmp flex-native"
|
||||
RRECOMMENDS = "kernel-module-ipsec"
|
||||
RDEPENDS_nylon = "perl"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \
|
||||
file://openswan-2.2.0-gentoo.patch;patch=1 \
|
||||
file://gcc4-fixes.patch;patch=1 \
|
||||
file://makefile-whitespace-fix.patch;patch=1 \
|
||||
file://ld-library-path-breakage.patch;patch=1"
|
||||
S = "${WORKDIR}/openswan-${PV}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
EXTRA_OEMAKE = "DESTDIR=${D} \
|
||||
USERCOMPILE="${CFLAGS}" \
|
||||
FINALCONFDIR=${sysconfdir}/ipsec \
|
||||
INC_RCDEFAULT=${sysconfdir}/init.d \
|
||||
INC_USRLOCAL=${prefix} \
|
||||
INC_MANDIR=share/man WERROR=''"
|
||||
|
||||
do_compile () {
|
||||
oe_runmake programs
|
||||
}
|
||||
|
||||
do_install () {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/ipsec/"
|
||||
|
||||
CONFFILES_${PN} = "${sysconfdir}/ipsec/ipsec.conf"
|
||||
Reference in New Issue
Block a user