wok rev 20766

updated calcurse (2.9.2 -> 4.3.0)
author Hans-G?nter Theisgen
date Wed Feb 13 15:51:48 2019 +0100 (2019-02-13)
parents 2f557832e228
children f85199bb75ff
files calcurse/receipt
line diff
     1.1 --- a/calcurse/receipt	Wed Feb 13 14:45:24 2019 +0100
     1.2 +++ b/calcurse/receipt	Wed Feb 13 15:51:48 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 -