inotify-tools
This commit is contained in:
parent
01338a8c7f
commit
a5420217ba
1 changed files with 19 additions and 0 deletions
19
talimatname/genel/i/inotify-tools/talimat
Normal file
19
talimatname/genel/i/inotify-tools/talimat
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Tanım: inotify-tools inotify api desteği sağlayan C kütüphanesi
|
||||
# URL: https://github.com/rvoicilas/inotify-tools
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: doxygen
|
||||
# Grup: sistem
|
||||
|
||||
isim=inotify-tools
|
||||
surum=3.20.1
|
||||
devir=1
|
||||
kaynak=(https://github.com/rvoicilas/inotify-tools/archive/$surum.tar.gz::$isim-$surum.tar.gz)
|
||||
|
||||
derle() {
|
||||
cd "$SRC"/$isim-$surum
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR="$PKG" install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
Loading…
Add table
Reference in a new issue