wok-next rev 21161

diffutils splitted again
author Hans-G?nter Theisgen
date Wed Feb 20 09:13:09 2019 +0100 (2019-02-20)
parents 9a59bb3bd12b
children 99837eb6967b
files diffutils/receipt
line diff
     1.1 --- a/diffutils/receipt	Wed Feb 20 09:02:03 2019 +0100
     1.2 +++ b/diffutils/receipt	Wed Feb 20 09:13:09 2019 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 +BUILD_DEPENDS="gettext-dev"
     1.8  SPLIT="$PACKAGE-lang"
     1.9  
    1.10  compile_rules() {
    1.11 @@ -19,8 +20,3 @@
    1.12  	make &&
    1.13  	make install
    1.14  }
    1.15 -
    1.16 -genpkg_rules() {
    1.17 -	copy @std
    1.18 -	TAGS="LFS"
    1.19 -}