wok-next diff dosfstools/receipt @ rev 21154
updated firefox-official (59.0.3 -> 65.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 01 15:39:07 2019 +0100 (2019-02-01) |
parents | c4e53a39395a |
children |
line diff
1.1 --- a/dosfstools/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/dosfstools/receipt Fri Feb 01 15:39:07 2019 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="4.1" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="Tools to create and check DOS filesystems" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL3" 1.10 WEB_SITE="https://github.com/dosfstools/dosfstools/" 1.11 1.12 @@ -13,15 +13,13 @@ 1.13 1.14 BUILD_DEPENDS="eudev-dev" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 - ./configure $CONFIGURE_ARGS && make && make install 1.20 +compile_rules() { 1.21 + ./configure $CONFIGURE_ARGS && 1.22 + make && 1.23 + make install 1.24 } 1.25 1.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 -genpkg_rules() 1.28 -{ 1.29 +genpkg_rules() { 1.30 copy @std 1.31 DEPENDS="eudev" 1.32 }