wok-next diff extrema/receipt @ rev 20566
linld, screenfetch: create $install tree (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 10:30:46 2018 +0200 (2018-04-10) |
parents | 380ffe05937a |
children | 835b3b8ce6ac |
line diff
1.1 --- a/extrema/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/extrema/receipt Tue Apr 10 10:30:46 2018 +0200 1.3 @@ -11,13 +11,12 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 TAGS="data visualization analysis" 1.6 1.7 -DEPENDS="gtk+ wxWidgets xorg-libXxf86vm libxml2" 1.8 -BUILD_DEPENDS="gtk+-dev wxWidgets-dev" 1.9 +DEPENDS="gtk+ wxWidgets28 xorg-libXxf86vm libxml2" 1.10 +BUILD_DEPENDS="gtk+-dev wxWidgets28-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 sed -i "s|^pkgdatadir = |&$DESTDIR|" src/Makefile* 1.17 sed -i 's/<vector>/&\n#include <cstddef>/' \ 1.18 src/Graphics/GRA_thiessenTriangulation.h