From: Michael Tremer Date: Sun, 21 Feb 2010 17:49:35 +0000 (+0100) Subject: sysfsutils: Remove unnecessary lines. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e8e2fd85cd0839d15e49f7d79039bdaaf0835d;p=ipfire-3.x.git sysfsutils: Remove unnecessary lines. --- diff --git a/pkgs/core/sysfsutils/sysfsutils.nm b/pkgs/core/sysfsutils/sysfsutils.nm index 24a18e083..44582a3f6 100644 --- a/pkgs/core/sysfsutils/sysfsutils.nm +++ b/pkgs/core/sysfsutils/sysfsutils.nm @@ -34,8 +34,6 @@ PKG_URL = http://sourceforge.net/projects/linux-diag/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Utilities for interfacing with sysfs. -PKG_DEPS += - define PKG_DESCRIPTION This package's purpose is to provide a set of utilities for interfacing \ with sysfs. @@ -43,20 +41,4 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static \ - --mandir=/usr/share/man - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef - -define STAGE_INSTALL - cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) -endef +CONFIGURE_OPTIONS += --mandir=/usr/share/man