wok diff calcurse/receipt @ rev 23598
gst-plugins-base: typo in Makefile?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 09 17:07:06 2020 +0000 (2020-04-09) |
parents | 338d4e50e57e |
children | 5ac01c6c6cec |
line diff
1.1 --- a/calcurse/receipt Wed Feb 13 15:51:48 2019 +0100 1.2 +++ b/calcurse/receipt Thu Apr 09 17:07:06 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="calcurse" 1.7 -VERSION="4.3.0" 1.8 +VERSION="4.5.1" 1.9 CATEGORY="office" 1.10 TAGS="calendar reminder schedule" 1.11 SHORT_DESC="Text-based calender and scheduling application." 1.12 @@ -10,7 +10,7 @@ 1.13 WEB_SITE="https://calcurse.org/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="$WEB_SITE/files/$TARBALL" 1.17 +WGET_URL="${WEB_SITE}files/$TARBALL" 1.18 1.19 DEPENDS="ncurses ncursesw" 1.20 BUILD_DEPENDS="ncurses-dev" 1.21 @@ -18,7 +18,9 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - ./configure --disable-nls $CONFIGURE_ARGS && 1.26 + ./configure \ 1.27 + --disable-nls \ 1.28 + $CONFIGURE_ARGS && 1.29 make && 1.30 make install 1.31 } 1.32 @@ -27,5 +29,5 @@ 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr 1.36 - cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/bin $fs/usr 1.38 }