wok-6.x rev 13757
gtklp: update for rescent cups
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 11:01:20 2013 +0100 (2013-01-03) |
parents | 5b84cc8c4002 |
children | 9eb51a729bd4 |
files | gtklp/receipt |
line diff
1.1 --- a/gtklp/receipt Thu Jan 03 10:48:05 2013 +0100 1.2 +++ b/gtklp/receipt Thu Jan 03 11:01:20 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