wok-current rev 15851
Add inotify-tools (easy folder monitoring)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jan 27 22:02:29 2014 +0100 (2014-01-27) |
parents | c97276781626 |
children | 851490d19c0d |
files | inotify-tools/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/inotify-tools/receipt Mon Jan 27 22:02:29 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="inotify-tools" 1.7 +VERSION="3.14" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Set of programs providing a simple interface to inotify." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki" 1.14 +WGET_URL="http://github.com/downloads/rvoicilas/inotify-tools/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure && make && make install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/lib 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.31 +}