wok-next annotate libsieve/receipt @ rev 21371

updated micropython again (1.0.1 -> 1.12)
author Hans-G?nter Theisgen
date Thu Apr 16 10:04:47 2020 +0100 (2020-04-16)
parents 5841522533ec
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@18458 2
pascal@18458 3 PACKAGE="libsieve"
pascal@18458 4 VERSION="2.3.1"
pascal@18458 5 CATEGORY="network"
al@20464 6 SHORT_DESC="A library for parsing, sorting and filtering your mail"
pascal@18458 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18458 8 LICENSE="LGPL2.1"
al@21020 9 WEB_SITE="https://github.com/sodabrew/libsieve"
al@20464 10
pascal@18458 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18458 12 WGET_URL="https://github.com/downloads/sodabrew/$PACKAGE/$TARBALL"
pascal@18458 13
al@21020 14 SPLIT="$PACKAGE-dev"
pascal@18458 15
al@20464 16 compile_rules() {
al@20595 17 ./configure $CONFIGURE_ARGS &&
al@20595 18 fix libtool &&
pascal@18458 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@18458 21 }
pascal@18458 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 libsieve) copy @std;;
al@20464 26 *-dev) copy @dev;;
al@20464 27 esac
pascal@18458 28 }