wok diff gst-python/receipt @ rev 19767

rsync: may not require /etc/inetd.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 12:42:22 2017 +0100 (2017-02-20)
parents dead8955c3ca
children a78610b2eb47
line diff
     1.1 --- a/gst-python/receipt	Wed Sep 25 09:50:51 2013 +0000
     1.2 +++ b/gst-python/receipt	Mon Feb 20 12:42:22 2017 +0100
     1.3 @@ -11,13 +11,12 @@
     1.4  WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="pygobject gstreamer gst-plugins-base"
     1.7 -BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev
     1.8 +BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev \
     1.9  python-dev pkg-config"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	./configure --prefix=/usr \
    1.16  		--sysconfdir=/etc \
    1.17  		--localstatedir=/var \