wok-next diff libotr/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 5841522533ec
children
line diff
     1.1 --- a/libotr/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libotr/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -6,19 +6,19 @@
     1.4  SHORT_DESC="Allows you to have private conversations over messenger"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2 LGPL2.1"
     1.7 -WEB_SITE="http://www.cypherpunks.ca/otr/"
     1.8 +WEB_SITE="https://otr.cypherpunks.ca/"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$WEB_SITE$TARBALL"
    1.12  
    1.13  BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
    1.14 -SPLIT="libotr-dev"
    1.15 +SPLIT="$PACKAGE-dev"
    1.16  
    1.17  compile_rules() {
    1.18  	./configure $CONFIGURE_ARGS &&
    1.19  	fix libtool &&
    1.20  	make &&
    1.21 -	make DESTDIR=$DESTDIR install
    1.22 +	make DESTDIR=$install install
    1.23  }
    1.24  
    1.25  genpkg_rules() {