wok diff aspell-es/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents a9f2243f2116
children 191b99ca9dc2
line diff
     1.1 --- a/aspell-es/receipt	Fri Nov 26 03:22:37 2010 +0000
     1.2 +++ b/aspell-es/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -15,16 +15,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$SOURCE-$VERSION-2
     1.8  	cd $src
     1.9  	./configure && \
    1.10 -	make && make DESTDIR=$PWD/_pkg install
    1.11 +	make && make DESTDIR=$DESTDIR install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	_pkg=$WOK/$PACKAGE/$SOURCE-$VERSION-2/_pkg
    1.18  	mkdir -p $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/* $fs/usr/lib
    1.20  }