wok-next diff libimobiledevice/receipt @ rev 21111

gdbm: split to "libpkg - pkg - pkg-dev"; fix some symlinks
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 14:45:46 2019 +0200 (2019-01-11)
parents d6378d455338
children fa2ee4c2e77f
line diff
     1.1 --- a/libimobiledevice/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/libimobiledevice/receipt	Fri Jan 11 14:45:46 2019 +0200
     1.3 @@ -5,16 +5,16 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Software library that talks the protocols to support iPhone and \
     1.6  iPod Touch devices on Linux"
     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="$WEB_SITE/downloads/$TARBALL"
    1.15  
    1.16  BUILD_DEPENDS="gnutls-dev glib-dev libplist-dev usbmuxd-dev python-dev swig \
    1.17  libxml2-dev libgcrypt-dev"
    1.18 -SPLIT="libimobiledevice-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20  
    1.21  compile_rules() {
    1.22  	./configure $CONFIGURE_ARGS &&