wok-current diff python-evas/receipt @ rev 19635
Up SliTaz projects: cookutils(867), slitaz-base-files(321), slitaz-boot-scripts(437), slitaz-tools(1009), tazbug(95), tazirc(20), tazlito(448), tazpkg(933).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 17 17:38:43 2017 +0200 (2017-01-17) |
parents | 79ea4cfe08cc |
children | 86790a278e70 |
line diff
1.1 --- a/python-evas/receipt Sat Aug 10 09:25:15 2013 +0000 1.2 +++ b/python-evas/receipt Tue Jan 17 17:38:43 2017 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 TAGS="e enlightenment python" 1.5 1.6 DEPENDS="evas python" 1.7 -BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake 1.8 +BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake \ 1.9 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.