wok diff libedit/receipt @ rev 22631
updated davfs2 (1.5.4 -> 1.5.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 13 08:55:12 2020 +0100 (2020-01-13) |
parents | 62ae2c6ea494 |
children | e888209936f1 |
line diff
1.1 --- a/libedit/receipt Thu Mar 05 22:31:32 2015 +0100 1.2 +++ b/libedit/receipt Mon Jan 13 08:55:12 2020 +0100 1.3 @@ -1,29 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libedit" 1.7 -VERSION="3.0" 1.8 +VERSION="3.1" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Berkeley-style licensed command line editor library" 1.11 +TAGS="cli editor library" 1.12 +SHORT_DESC="Berkeley-style licensed command line editor library." 1.13 MAINTAINER="domcox@slitaz.org" 1.14 LICENSE="BSD" 1.15 -SOURCE="libedit-20100424" 1.16 +WEB_SITE="https://www.thrysoee.dk/editline/" 1.17 + 1.18 +SOURCE="libedit-20190324" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WEB_SITE="http://www.thrysoee.dk/editline/" 1.21 -WGET_URL="http://www.thrysoee.dk/editline/$TARBALL" 1.22 -TAGS="cli editor library" 1.23 +WGET_URL="$WEB_SITE$TARBALL" 1.24 1.25 -BUILD_DEPENDS="gettext" 1.26 +BUILD_DEPENDS="gettext ncurses-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 export LDFLAGS="$LDFLAGS -ltinfo" 1.32 - ./configure \ 1.33 - --prefix=/usr \ 1.34 - --mandir=/usr/share/man \ 1.35 - --enable-widec \ 1.36 - $CONFIGURE_ARGS \ 1.37 - && make 1.38 + ./configure \ 1.39 + --prefix=/usr \ 1.40 + --mandir=/usr/share/man \ 1.41 + --enable-widec \ 1.42 + $CONFIGURE_ARGS && 1.43 + make -j 1 && 1.44 make DESTDIR=$DESTDIR install 1.45 } 1.46