wok diff libunique-doc/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents 129bb5b11a7e
children d17fa96382b5
line diff
     1.1 --- a/libunique-doc/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/libunique-doc/receipt	Sun Feb 23 15:49:23 2014 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Libunqiue documentation.."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libunique"
     1.8 +LICENSE="LGPL2.1"
     1.9  WEB_SITE="http://live.gnome.org/LibUnique"
    1.10  WANTED="libunique"
    1.11  
    1.12 +DEPENDS="libunique"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/share
    1.18 -	cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
    1.19 +	cp -a $install/usr/share/gtk-doc $fs/usr/share
    1.20  }
    1.21