summaryrefslogtreecommitdiff
path: root/inotify-tools/Pkgfile
blob: 85c694d2a2270ff29b5c4e5922ff919e752fcc20 (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.20.2.2
    8 release=1
    9 source=(http://github.com/rvoicilas/inotify-tools/archive/$version/inotify-tools-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13 
   14     ./autogen.sh
   15     ./configure --prefix=/usr
   16 
   17     make
   18     make DESTDIR=$PKG install
   19 }

Generated by cgit