wok-next diff mypaint/receipt @ rev 20582
Up libjson-c (0.13.1-20180305)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 10:00:23 2018 +0300 (2018-04-14) |
parents | 408c87fa22ca |
children | 33df80a31584 |
line diff
1.1 --- a/mypaint/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/mypaint/receipt Sat Apr 14 10:00:23 2018 +0300 1.3 @@ -11,12 +11,12 @@ 1.4 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="pygtk python-numpy protobuf-python" 1.7 -BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig" 1.8 +BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig \ 1.9 +gettext-tools" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 scons 1.16 scons prefix=$DESTDIR/usr install 1.17 }