From: Michael Tremer Date: Sat, 25 Jun 2011 22:29:14 +0000 (+0200) Subject: file: Update to 5.07. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593fa5bcef9689547071a656ca4d1250b4af50ae;p=ipfire-3.x.git file: Update to 5.07. Linking zlib and cleaned up the makefile a bit. --- diff --git a/pkgs/file/file.nm b/pkgs/file/file.nm index bc95461ee..aebd060cb 100644 --- a/pkgs/file/file.nm +++ b/pkgs/file/file.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = file -PKG_VER = 5.06 +PKG_VER = 5.07 PKG_REL = 1 PKG_MAINTAINER = @@ -34,6 +34,8 @@ PKG_URL = http://www.darwinsys.com/file/ PKG_LICENSE = BSD PKG_SUMMARY = A utility for determining file types. +PKG_BUILD_DEPS+= zlib-devel + define PKG_DESCRIPTION The file command is used to identify a particular file according to the \ type of data contained by the file. File can identify many different \ @@ -45,18 +47,8 @@ PKG_TARBALL = $(THISAPP).tar.gz PKG_PACKAGES += file-devel -############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef +CONFIGURE_OPTIONS += \ + --disable-static define STAGE_TEST cd $(DIR_APP) && make check