summaryrefslogtreecommitdiff
path: root/inotify-tools/Pkgfile
blob: 89f96186d5dd5dd6b8cd984bf76b586b3e4275e3 (plain)
    1 # Description: inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify
    2 # URL:         http://inotify-tools.sourceforge.net/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Packager:    Till Biedermann, tillbiedermann at yahoo dot de
    5 
    6 name=inotify-tools
    7 version=3.14
    8 release=3
    9 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
   10 source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$version.tar.gz)
   11 
   12 build() {
   13     cd $name-$version
   14     ./configure --prefix=/usr
   15     make
   16     make DESTDIR=$PKG install
   17     rm -r $PKG/usr/share/doc
   18 }

Generated by cgit