wok-next diff libsieve/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 |
line diff
1.1 --- a/libsieve/receipt Mon Apr 16 11:36:31 2018 +0300 1.2 +++ b/libsieve/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,18 +6,18 @@ 1.4 SHORT_DESC="A library for parsing, sorting and filtering your mail" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="LGPL2.1" 1.7 -WEB_SITE="http://libsieve.sourceforge.net/" 1.8 +WEB_SITE="https://github.com/sodabrew/libsieve" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="https://github.com/downloads/sodabrew/$PACKAGE/$TARBALL" 1.12 1.13 -SPLIT="libsieve-dev" 1.14 +SPLIT="$PACKAGE-dev" 1.15 1.16 compile_rules() { 1.17 ./configure $CONFIGURE_ARGS && 1.18 fix libtool && 1.19 make && 1.20 - make DESTDIR=$DESTDIR install 1.21 + make DESTDIR=$install install 1.22 } 1.23 1.24 genpkg_rules() {