wok diff libetpan/receipt @ rev 15859
Up: libmicrohttpd to 0.9.33.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 29 21:56:37 2014 +0000 (2014-01-29) |
parents | e0a2bee6e197 |
children | 993126b16f4a |
line diff
1.1 --- a/libetpan/receipt Thu Feb 17 23:18:59 2011 +0100 1.2 +++ b/libetpan/receipt Wed Jan 29 21:56:37 2014 +0000 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