wok diff sqlite/receipt @ rev 7547

Up: clutter-gtk to 0.10.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 07 21:07:29 2010 +0000 (2010-12-07)
parents 17129723bbc4
children a7c1367aeeaf
line diff
     1.1 --- a/sqlite/receipt	Fri Oct 08 16:36:42 2010 +0000
     1.2 +++ b/sqlite/receipt	Tue Dec 07 21:07:29 2010 +0000
     1.3 @@ -25,6 +25,15 @@
     1.4    	sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool &&
     1.5  	make &&
     1.6  	make DESTDIR=$PWD/_pkg install
     1.7 +	# compile lemon here instead of in lemon
     1.8 +	if [ -f $src/lemon ]; then
     1.9 +		rm $src/lemon
    1.10 +	fi
    1.11 +	cp $src/tool/lemon.c .
    1.12 +	sed -i -e 's!lempar.c!/usr/share/lemon/lempar.c!' lemon.c
    1.13 +	echo -n "Compiling lemon..."
    1.14 +	gcc -o lemon lemon.c && status
    1.15 +	
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.