wok-next annotate 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 |
rev | line source |
---|---|
pascal@20304 | 1 # SliTaz package receipt v2. |
slaxemulator@6348 | 2 |
slaxemulator@6348 | 3 PACKAGE="libplist" |
pascal@20304 | 4 VERSION="2.0.0" |
slaxemulator@6348 | 5 CATEGORY="multimedia" |
slaxemulator@6348 | 6 SHORT_DESC="A library to handle Apple Property List format whereas it's binary or XMl" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@14716 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="http://www.libimobiledevice.org/" |
al@20557 | 10 |
slaxemulator@6348 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@10215 | 12 WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL" |
slaxemulator@6348 | 13 |
pascal@20304 | 14 BUILD_DEPENDS="libxml2-dev glib-dev swig python python-dev python-cython" |
al@21020 | 15 SPLIT="$PACKAGE-dev" |
pascal@14716 | 16 |
al@20557 | 17 compile_rules() { |
al@20557 | 18 ./configure $CONFIGURE_ARGS && |
al@20595 | 19 fix libtool && |
al@20557 | 20 make && |
al@21020 | 21 make DESTDIR=$install install |
slaxemulator@6348 | 22 } |
slaxemulator@6348 | 23 |
al@20557 | 24 genpkg_rules() { |
pascal@20304 | 25 case $PACKAGE in |
al@20557 | 26 libplist) |
al@20557 | 27 copy @std |
al@20557 | 28 DEPENDS="glib libxml2" |
al@20557 | 29 ;; |
al@20557 | 30 *-dev) |
al@20557 | 31 copy @dev |
al@20557 | 32 ;; |
pascal@20304 | 33 esac |
slaxemulator@6348 | 34 } |