wok diff libwapcaplet/receipt @ rev 15599

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
parents f5289b9f8c11
children 19e754eb6f96
line diff
     1.1 --- a/libwapcaplet/receipt	Fri Jul 30 16:51:43 2010 +0200
     1.2 +++ b/libwapcaplet/receipt	Thu Dec 05 13:21:20 2013 +0000
     1.3 @@ -5,18 +5,19 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="String internment library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +LICENSE="MIT"
     1.9  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.10  WEB_SITE="http://www.netsurf-browser.org/projects/libcss/"
    1.11  WGET_URL="http://www.netsurf-browser.org/projects/releases/$TARBALL"
    1.12  
    1.13 +DEPENDS=""
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19  	COMPONENT_TYPE=lib-shared make \
    1.20 -		&& PREFIX=/usr make DESTDIR=$PWD/_pkg install
    1.21 +		&& PREFIX=/usr make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.