wok diff deluge/receipt @ rev 18513

Separate lib from libboost-dev to libbost-chrono
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 00:07:51 2015 +0300 (2015-10-25)
parents 23316d867792
children a78610b2eb47
line diff
     1.1 --- a/deluge/receipt	Tue Apr 01 08:17:07 2014 +0000
     1.2 +++ b/deluge/receipt	Sun Oct 25 00:07:51 2015 +0300
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	LC_ALL=C python setup.py build
     1.9  	LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1
    1.10  }
    1.11 @@ -31,4 +30,3 @@
    1.12  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.13  	sed -i 's|deluge.svg|deluge.png|g' $fs/usr/lib/python2.7/site-packages/deluge/ui/gtkui/common.py
    1.14  }
    1.15 -