summaryrefslogtreecommitdiff
path: root/inotify-tools/Pkgfile
blob: 1d25aaa8960e83cc92a24fc6ecdc6fd51f1285f2 (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: https://github.com/inotify-tools/inotify-tools
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 
    5 name=inotify-tools
    6 version=3.22.6.0
    7 release=1
    8 source=(https://github.com/inotify-tools/inotify-tools/archive/$version/$name-$version.tar.gz)
    9 
   10 build() {
   11   cd $name-$version
   12 
   13   ./autogen.sh
   14   ./configure --prefix=/usr
   15 
   16   make
   17   make DESTDIR=$PKG install
   18 }

Generated by cgit