wok-next diff hfsprescue/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents df58e6c974a3
children d5aab818505e
line diff
     1.1 --- a/hfsprescue/receipt	Thu Jul 23 09:44:18 2015 +0200
     1.2 +++ b/hfsprescue/receipt	Fri Apr 27 15:12:17 2018 +0300
     1.3 @@ -11,6 +11,7 @@
     1.4  WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="gcc-lib-base"
     1.7 +BUILD_DEPENDS="zlib-dev"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()