wok-next diff libedit/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/libedit/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libedit/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -4,15 +4,15 @@
     1.4  VERSION="3.0"
     1.5  CATEGORY="misc"
     1.6  SHORT_DESC="Berkeley-style licensed command line editor library"
     1.7 -MAINTAINER="domcox@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10 -WEB_SITE="http://www.thrysoee.dk/editline/"
    1.11 +WEB_SITE="http://thrysoee.dk/editline/"
    1.12  
    1.13  TARBALL="libedit-20100424-$VERSION.tar.gz"
    1.14  WGET_URL="http://www.thrysoee.dk/editline/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="gettext"
    1.17 -SPLIT="libedit-dev"
    1.18 +BUILD_DEPENDS="gettext-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20  
    1.21  compile_rules() {
    1.22  	./configure \
    1.23 @@ -20,7 +20,7 @@
    1.24  		$CONFIGURE_ARGS &&
    1.25  	fix libtool &&
    1.26  	make &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31  genpkg_rules() {