wok diff libical/receipt @ rev 18923

Up: description files: Bc, blinder, bluefish, chrommo, tuffy, unifont
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Feb 25 08:34:30 2016 -0300 (2016-02-25)
parents 64355b44ae8c
children 86790a278e70
line diff
     1.1 --- a/libical/receipt	Thu Jan 07 22:51:56 2010 +0100
     1.2 +++ b/libical/receipt	Thu Feb 25 08:34:30 2016 -0300
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Opensource ICalendar implementation"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +LICENSE="MPL LGPL"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://sourceforge.net/projects/freeassociation/"
    1.11  WGET_URL="http://downloads.sourceforge.net/project/freeassociation/$PACKAGE/$PACKAGE-$VERSION/$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 @@ -19,13 +21,13 @@
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && 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