@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2011 OpenWrt.org
# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME := pcre
PKG_VERSION := 8.35
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := @SF/pcre
PKG_MD5SUM := 6aacb23986adccd9b3bc626c00979958
PKG_MAINTAINER := Thomas Heil <heil@terminal-consulting.de>
PKG_LICENSE := BSD-3c
PKG_LICENSE := BSD-3-Clause
PKG_LICENSE_FILES := LICENCE
PKG_FIXUP := autoreconf
@ -42,7 +42,6 @@ define Package/libpcrecpp
DEPENDS:= +libpcre +libstdcpp
e n d e f
TARGET_CFLAGS += $( FPIC)
CONFIGURE_ARGS += \
@ -70,17 +69,14 @@ define Build/InstallDev
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libpcre*.{ a,so*} $( 1) /usr/lib//
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libpcre.so $( 1) /usr/lib/
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libpcre*.pc $( 1) /usr/lib/pkgconfig/
e n d e f
d e f i n e P a c k a g e / l i b p c r e / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libpcre{ ,posix} .so.* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libpcre.so $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / l i b p c r e c p p / i n s t a l l