wok-next diff inotify-tools/receipt @ rev 20730

glib: up (2.56.1) with static libs and Python2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 15:17:41 2018 +0300 (2018-05-29)
parents d43bf7aae921
children d5aab818505e
line diff
     1.1 --- a/inotify-tools/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/inotify-tools/receipt	Tue May 29 15:17:41 2018 +0300
     1.3 @@ -1,25 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="inotify-tools"
     1.8  VERSION="3.14"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Set of programs providing a simple interface to inotify."
    1.11 +SHORT_DESC="Set of programs providing a simple interface to inotify"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
    1.18  WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	./configure && make && make install
    1.24 +compile_rules() {
    1.25 +	./configure &&
    1.26 +	fix libtool &&
    1.27 +	make &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr/lib
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39  }