diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
commit | e251f8299bf34e329613e68116d47e124192bc84 (patch) | |
tree | 82aaada62ba14e302c6db2617117543a1dbeebe2 /package/file | |
parent | 3b7b09fd2d8c6962e14f5f5464fe4a0570235df2 (diff) |
use static-libgc not only for base, simplifies dependencies, just a few bytes bigger for a xbmc build
Diffstat (limited to 'package/file')
-rw-r--r-- | package/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/file/Makefile b/package/file/Makefile index bc9c87a1c..398d4e4b0 100644 --- a/package/file/Makefile +++ b/package/file/Makefile @@ -7,10 +7,10 @@ PKG_NAME:= file PKG_VERSION:= 5.17 PKG_RELEASE:= 1 PKG_MD5SUM:= e19c47e069ced7b01ccb4db402cc01d3 -PKG_DESCR:= a file type guesser +PKG_DESCR:= file type guesser PKG_SECTION:= utils PKG_BUILDDEP:= file-host -PKG_DEPENDS:= libmagic libgcc +PKG_DEPENDS:= libmagic PKG_URL:= http://www.darwinsys.com/file PKG_SITES:= ftp://ftp.fu-berlin.de/unix/tools/file/ \ ftp://ftp.astron.com/pub/file/ |