wok-next diff pcmciautils/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents 8c198c0388a5
children a3c581bf52b8
line diff
     1.1 --- a/pcmciautils/receipt	Wed Aug 23 17:19:53 2017 +0300
     1.2 +++ b/pcmciautils/receipt	Thu Apr 19 15:57:59 2018 +0300
     1.3 @@ -14,18 +14,14 @@
     1.4  
     1.5  BUILD_DEPENDS="sysfsutils-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	sed -i 's|/lib/udev|/usr/lib/udev|g; s|/sbin|/usr/bin|g' Makefile
    1.12  
    1.13  	make &&
    1.14  	make DESTDIR=$install install
    1.15  }
    1.16  
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 +genpkg_rules() {
    1.21  	copy @std
    1.22  	DEPENDS="sysfsutils   eudev"
    1.23  }