wok-next diff libplist/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 5841522533ec |
children |
line diff
1.1 --- a/libplist/receipt Mon Apr 16 11:36:31 2018 +0300 1.2 +++ b/libplist/receipt Fri Nov 02 14:15:08 2018 +0200 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() {