wok diff gtklp/receipt @ rev 13885

Up: slitaz-base-files (5.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 19:28:43 2013 +0100 (2013-01-17)
parents dbf89b0ec274
children 7896f0694ef6
line diff
     1.1 --- a/gtklp/receipt	Sun Dec 25 16:26:10 2011 +0100
     1.2 +++ b/gtklp/receipt	Thu Jan 17 19:28:43 2013 +0100
     1.3 @@ -12,12 +12,13 @@
     1.4  TAGS=""
     1.5  
     1.6  DEPENDS="cups gtk+"
     1.7 -BUILD_DEPENDS="cups-dev gtk+-dev"
     1.8 +BUILD_DEPENDS="cups-dev gtk+-dev autoconf automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  
    1.12  compile_rules() {
    1.13    cd $src
    1.14 +  sed -i 's|http.h.*|&\n#include <cups/ppd.h>|' gtklp/gtklp.h
    1.15    sed -i 's/^gettextize .*/autopoint -f/' autogen.sh
    1.16    chmod +x autogen.sh 
    1.17    ./autogen.sh