From: Schantl Stefan Date: Thu, 1 Jul 2010 16:27:12 +0000 (+0200) Subject: pcre: Clean up Naoki-Makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b04fe02141c5dc2eb5f88febca737bcd08a9f3d;p=ipfire-3.x.git pcre: Clean up Naoki-Makefile. --- diff --git a/pkgs/core/pcre/pcre.nm b/pkgs/core/pcre/pcre.nm index 1b8b7faca..416c73a88 100644 --- a/pkgs/core/pcre/pcre.nm +++ b/pkgs/core/pcre/pcre.nm @@ -44,19 +44,14 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -CONFIGURE_OPTIONS += --docdir=/usr/share/doc/pcre-$(PKG_VER) \ +CONFIGURE_OPTIONS += \ + --docdir=/usr/share/doc/pcre-$(PKG_VER) \ --enable-utf8 \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 \ --enable-unicode-properties -############################################################################### -# Installation Details -############################################################################### - -define STAGE_INSTALL - cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) - +define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/{,usr/}lib mv -v $(BUILDROOT)/usr/lib/libpcre.so.* $(BUILDROOT)/lib/ ln -v -sf ../../lib/libpcre.so.0 $(BUILDROOT)/usr/lib/libpcre.so