wok-next diff libplist/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/libplist/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libplist/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -4,21 +4,21 @@
     1.4  VERSION="2.0.0"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="A library to handle Apple Property List format whereas it's binary or XMl"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://libimobiledevice.org/"
    1.11 +WEB_SITE="http://www.libimobiledevice.org/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL"
    1.15  
    1.16  BUILD_DEPENDS="libxml2-dev glib-dev swig python python-dev python-cython"
    1.17 -SPLIT="libplist-dev"
    1.18 +SPLIT="$PACKAGE-dev"
    1.19  
    1.20  compile_rules() {
    1.21  	./configure $CONFIGURE_ARGS &&
    1.22  	fix libtool &&
    1.23  	make &&
    1.24 -	make DESTDIR=$DESTDIR install
    1.25 +	make DESTDIR=$install install
    1.26  }
    1.27  
    1.28  genpkg_rules() {