wok-next view inotify-tools/receipt @ rev 20513
A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 21 15:58:17 2018 +0200 (2018-03-21) |
parents | 165decb639cc |
children | 0ec6086e21d6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="inotify-tools"
4 VERSION="3.14"
5 CATEGORY="system-tools"
6 SHORT_DESC="Set of programs providing a simple interface to inotify."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
11 WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 ./configure && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 cp -a $install/usr/bin $fs/usr
24 cp -a $install/usr/lib/*.so* $fs/usr/lib
25 }