wok-6.x diff libmicrohttpd/receipt @ rev 15548
Up: thunderbird (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:37:15 2013 +0100 (2013-11-24) |
parents | 55013648b5d3 |
children | 7773fcd44ae5 |
line diff
1.1 --- a/libmicrohttpd/receipt Sat Apr 21 09:20:33 2012 +0000 1.2 +++ b/libmicrohttpd/receipt Sun Nov 24 17:37:15 2013 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="libgcrypt libgnutls" 1.8 -BUILD_DEPENDS="libgcrypt-dev gnutls-dev libtasn1-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.gnu.org/software/libmicrohttpd/" 1.12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="libgcrypt libgnutls" 1.15 +BUILD_DEPENDS="libgcrypt-dev gnutls-dev libtasn1-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -37,6 +39,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 } 1.27