wok-next view libimobiledevice/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libimobiledevice"
4 VERSION="1.2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Software library that talks the protocols to support iPhone and \
7 iPod Touch devices on Linux"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.libimobiledevice.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE/downloads/$TARBALL"
15 BUILD_DEPENDS="glib-dev gnutls-dev libgcrypt-dev libplist-dev \
16 libxml2-dev python-dev swig usbmuxd-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules()
28 {
29 case $PACKAGE in
30 libimobiledevice)
31 copy @std
32 DEPENDS="glib gnutls libplist usbmuxd"
33 ;;
34 *-dev)
35 copy @dev
36 ;;
37 esac
38 }