wok diff gmime/receipt @ rev 21818
opencv: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 20 19:44:03 2019 +0200 (2019-08-20) |
parents | 2b9f96603415 |
children | 2622a9066658 |
line diff
1.1 --- a/gmime/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/gmime/receipt Tue Aug 20 19:44:03 2019 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gmime" 1.7 -VERSION="2.6.7" 1.8 +VERSION="3.2.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="library for parsing messages using MIME" 1.11 +SHORT_DESC="Library for parsing messages using MIME." 1.12 MAINTAINER="allan316@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="http://spruce.sourceforge.net/gmime" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WEB_SITE="http://spruce.sourceforge.net/gmime" 1.18 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.20 1.21 DEPENDS="glib gpgme zlib" 1.22 BUILD_DEPENDS="glib-dev gpgme-dev zlib-dev" 1.23 @@ -16,14 +17,14 @@ 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 ./configure \ 1.29 --enable-smime \ 1.30 --disable-mono \ 1.31 --disable-static \ 1.32 --build=$HOST_SYSTEM \ 1.33 --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && 1.34 - make && make DESTDIR=$DESTDIR install 1.35 + make -j 1 && 1.36 + make DESTDIR=$DESTDIR install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg.