wok-next view libplist/receipt @ rev 20557

Remove *.la files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:01:14 2018 +0300 (2018-04-07)
parents d43bf7aae921
children 5841522533ec
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libplist"
4 VERSION="2.0.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="A library to handle Apple Property List format whereas it's binary or XMl"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://libimobiledevice.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL"
14 BUILD_DEPENDS="libxml2-dev glib-dev swig python python-dev python-cython"
15 SPLIT="libplist-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libplist)
26 copy @std
27 DEPENDS="glib libxml2"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }