wok-next view iksemel/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="iksemel"
4 VERSION="1.2"
5 CATEGORY="network"
6 SHORT_DESC="XML parser library for Jabber applications"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/meduketto/iksemel"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://jabberstudio.rediris.es/$PACKAGE/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 iksemel)
26 copy @std
27 DEPENDS="gnutls libgcrypt libgpg-error zlib"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }