wok diff calcurse/receipt @ rev 22238
updated xorg-makedepend (1.0.4 -> 1.0.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 09:08:19 2019 +0100 (2019-11-12) |
parents | eb8067417980 |
children | 74f8ada2d9a2 |
line diff
1.1 --- a/calcurse/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/calcurse/receipt Tue Nov 12 09:08:19 2019 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="calcurse" 1.7 -VERSION="2.9.2" 1.8 +VERSION="4.3.0" 1.9 CATEGORY="office" 1.10 +TAGS="calendar reminder schedule" 1.11 SHORT_DESC="Text-based calender and scheduling application." 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://calcurse.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://calcurse.org/" 1.18 -WGET_URL="http://calcurse.org/files/$TARBALL" 1.19 -TAGS="calendar reminder schedule" 1.20 +WGET_URL="$WEB_SITE/files/$TARBALL" 1.21 1.22 DEPENDS="ncurses ncursesw" 1.23 BUILD_DEPENDS="ncurses-dev" 1.24 @@ -17,9 +18,9 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 ./configure --disable-nls $CONFIGURE_ARGS && 1.30 - make && make install 1.31 + make && 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 @@ -28,4 +29,3 @@ 1.37 mkdir -p $fs/usr 1.38 cp -a $install/usr/bin $fs/usr 1.39 } 1.40 -