wok diff notify-python/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents 618eee5446f4
children 241fb98cab1c
line diff
     1.1 --- a/notify-python/receipt	Thu Feb 12 13:15:01 2015 +0100
     1.2 +++ b/notify-python/receipt	Mon Nov 18 16:07:36 2019 +0100
     1.3 @@ -17,18 +17,18 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c
     1.8 -    ./configure \
     1.9 -    	--prefix=/usr \
    1.10 -    	$CONFIGURE_ARGS &&
    1.11 -    make &&
    1.12 -    make DESTDIR=$DESTDIR install
    1.13 +	sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c
    1.14 +	./configure \
    1.15 +		--prefix=/usr \
    1.16 +		$CONFIGURE_ARGS &&
    1.17 +	make &&
    1.18 +	make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -    mkdir -p $fs/usr
    1.25 -    cp -a $install/usr/lib $fs/usr
    1.26 -    cp -a $install/usr/share $fs/usr
    1.27 +	mkdir -p $fs/usr
    1.28 +	cp -a $install/usr/lib $fs/usr
    1.29 +	cp -a $install/usr/share $fs/usr
    1.30  }