wok diff aspell-dev/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 5547544d23e8
children 128aae84d74c
line diff
     1.1 --- a/aspell-dev/receipt	Wed Jan 28 20:01:26 2009 +0000
     1.2 +++ b/aspell-dev/receipt	Mon Jan 27 07:30:42 2014 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU spell checker devel files."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 +LICENSE="LGPL2"
     1.8  WEB_SITE="http://aspell.net/"
     1.9  WANTED="aspell"
    1.10  
    1.11 @@ -13,7 +14,7 @@
    1.12  {
    1.13  	# Hard coded
    1.14  	mkdir -p $fs/usr/lib/aspell-0.60
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr	
    1.17 -	cp -a $_pkg/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/include $fs/usr	
    1.20 +	cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60
    1.21  }