wok-next diff python-elementary/receipt @ rev 19702
unionfs-fuse: do not define function twice (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 26 12:04:09 2017 +0200 (2017-04-26) |
parents | 7d6089953592 |
children | da30720c01f0 |
line diff
1.1 --- a/python-elementary/receipt Sat Aug 10 11:33:11 2013 +0000 1.2 +++ b/python-elementary/receipt Wed Apr 26 12:04:09 2017 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 TAGS="e enlightenment python" 1.5 1.6 DEPENDS="elementary python-evas" 1.7 -BUILD_DEPENDS="elementary-dev python-evas-dev python-cython 1.8 +BUILD_DEPENDS="elementary-dev python-evas-dev python-cython \ 1.9 autoconf automake git subversion libtool" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -20,7 +20,7 @@ 1.13 { 1.14 ./autogen.sh && 1.15 ./configure --prefix=/usr && 1.16 - make $MAKEFLAGS all && make install 1.17 + make $MAKEFLAGS all && make install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.