wok-current diff gkII/receipt @ rev 16602
Remove python-piface* (work only with python3) but add libmcp23s17 + libpifacedigital C library and utility
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 17:38:57 2014 +0200 (2014-05-07) |
parents | 1ae5963f23df |
children | 41a539cfe5f8 |
line diff
1.1 --- a/gkII/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/gkII/receipt Wed May 07 17:38:57 2014 +0200 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="GTK2 based fractal program." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.jwm-art.net/gkII/" 1.10 WGET_URL="http://www.jwm-art.net/gkII/$TARBALL" 1.11 + 1.12 DEPENDS="gtk+" 1.13 BUILD_DEPENDS="gtk+-dev" 1.14 1.15 @@ -16,7 +18,7 @@ 1.16 compile_rules() 1.17 { 1.18 cd $src/src 1.19 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" 1.20 + sed -i 's/LIBS.*/& -lm/' Makefile 1.21 make 1.22 } 1.23