wok diff abiword-dev/receipt @ rev 15130

pinentry-gtk: add build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 09:23:59 2013 +0000 (2013-08-15)
parents 129bb5b11a7e
children 851fc1686394
line diff
     1.1 --- a/abiword-dev/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/abiword-dev/receipt	Thu Aug 15 09:23:59 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Abiword devel files"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="abiword"
     1.9  WEB_SITE="http://www.abisource.com/"
    1.10  
    1.11 @@ -12,9 +13,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/abiword-2.8/plugins
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/abiword-*/plugins/*.*a \
    1.21  		$fs/usr/lib/abiword-2.8/plugins
    1.22 -	cp -a $_pkg/usr/include $fs/usr
    1.23 +	cp -a $install/usr/include $fs/usr
    1.24  }