wok-next view libimobiledevice/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 25deb7c6df08
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libimobiledevice"
4 VERSION="1.1.1"
5 CATEGORY="misc"
6 SHORT_DESC="Software library that talks the protocols to support iPhone and \
7 iPod Touch devices on Linux"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="http://libimobiledevice.org"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE/downloads/$TARBALL"
15 BUILD_DEPENDS="gnutls-dev glib-dev libplist-dev usbmuxd-dev python-dev swig \
16 libxml2-dev libgcrypt-dev"
17 SPLIT="libimobiledevice-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libimobiledevice)
29 copy @std
30 DEPENDS="gnutls glib libplist usbmuxd"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }