Linking zlib and cleaned up the makefile a bit.
include $(PKGROOT)/Include
PKG_NAME = file
-PKG_VER = 5.06
+PKG_VER = 5.07
PKG_REL = 1
PKG_MAINTAINER =
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 \
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