wok-next diff sdft/receipt @ rev 21697
updated gocr (0.50 -> 0.52)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 30 16:40:28 2020 +0100 (2020-06-30) |
parents | cd7906120828 |
children |
line diff
1.1 --- a/sdft/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/sdft/receipt Tue Jun 30 16:40:28 2020 +0100 1.3 @@ -7,8 +7,9 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="GPL3" 1.6 WEB_SITE="http://www.slitaz.org/" 1.7 +HOST_ARCH="any" 1.8 REPOLOGY="-" 1.9 1.10 -genpkg_rules() { 1.11 - install -Dm755 $stuff/sdft $fs/usr/bin/sdft 1.12 +compile_rules() { 1.13 + install -Dm755 $stuff/sdft $install/usr/bin/sdft 1.14 }