From: Michael Tremer Date: Sun, 21 Feb 2010 21:03:10 +0000 (+0100) Subject: libevent: Cleanup makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac43376241191fc29e1c2442c1f1e2a194b38bb;p=ipfire-3.x.git libevent: Cleanup makefile. --- diff --git a/pkgs/core/libevent/libevent.nm b/pkgs/core/libevent/libevent.nm index 9db2e38c0..bdea038fa 100644 --- a/pkgs/core/libevent/libevent.nm +++ b/pkgs/core/libevent/libevent.nm @@ -34,8 +34,6 @@ PKG_URL = http://monkey.org/~provos/libevent/ PKG_LICENSE = BSD PKG_SUMMARY = Abstract asynchronous event notification library. -PKG_DEPS += - define PKG_DESCRIPTION The libevent API provides a mechanism to execute a callback \ function when a specific event occurs on a file descriptor or \ @@ -48,20 +46,6 @@ endef PKG_TARBALL = $(THISAPP)-stable.tar.gz -############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP)-stable && \ - ./configure \ - --prefix=/usr \ - --disable-static \ - --mandir=/usr/share/man +DIR_APP = $(DIR_SRC)/$(THISAPP)-stable - cd $(DIR_APP)-stable && make $(PARALLELISMFLAGS) -endef - -define STAGE_INSTALL - cd $(DIR_APP)-stable && make install DESTDIR=$(BUILDROOT) -endef +CONFIGURE_OPTIONS += --mandir=/usr/share/man