wok-next diff shadow/receipt @ rev 21216
barnyard2: added dependency automake
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 03 07:50:26 2019 +0100 (2019-12-03) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/shadow/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/shadow/receipt Tue Dec 03 07:50:26 2019 +0100 1.3 @@ -14,6 +14,9 @@ 1.4 1.5 BUILD_DEPENDS="acl-dev attr-dev gettext-dev" 1.6 1.7 +DEPENDS_std="acl attr" 1.8 +TAGS_std="LFS" 1.9 + 1.10 compile_rules() { 1.11 # Disable the installation of the `groups` program and its man pages, as 1.12 # Coreutils provides a better version. 1.13 @@ -34,9 +37,3 @@ 1.14 1.15 mv $install/usr/bin/passwd $install/bin 1.16 } 1.17 - 1.18 -genpkg_rules() { 1.19 - copy @std 1.20 - DEPENDS="acl attr" 1.21 - TAGS="LFS" 1.22 -}