wok-next diff libetpan/receipt @ rev 20402
Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 05 17:49:11 2017 +0200 (2017-12-05) |
parents | e0a2bee6e197 |
children | a7b1395df64a |
line diff
1.1 --- a/libetpan/receipt Thu Feb 17 23:18:59 2011 +0100 1.2 +++ b/libetpan/receipt Tue Dec 05 17:49:11 2017 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Mail librayry" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libsasl expat libcurl libdb openssl zlib gcc-lib-base" 1.8 +LICENSE="BSD" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html" 1.11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/libetpan/$TARBALL" 1.12 1.13 +DEPENDS="libsasl expat libcurl libdb openssl zlib gcc-lib-base" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -18,14 +20,14 @@ 1.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.21 make && 1.22 - make DESTDIR=$PWD/_pkg install 1.23 + make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 1.33 } 1.34