diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-04-14 00:06:57 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-04-14 00:06:57 +1000 |
commit | 5df74fa2b7c7fee8263da249d9ae663add9d6a99 (patch) | |
tree | b18da190d876c479134ad49b459d6d5aed2f53c4 /inotify-tools | |
parent | 695f2c64459eac76283e0d3c10163285fda185f4 (diff) | |
download | contrib-5df74fa2b7c7fee8263da249d9ae663add9d6a99.tar.gz contrib-5df74fa2b7c7fee8263da249d9ae663add9d6a99.tar.xz |
inotify-tools: move man pages to share
Diffstat (limited to 'inotify-tools')
-rw-r--r-- | inotify-tools/.footprint | 9 | ||||
-rw-r--r-- | inotify-tools/.signature | 6 | ||||
-rw-r--r-- | inotify-tools/Pkgfile | 7 |
3 files changed, 11 insertions, 11 deletions
diff --git a/inotify-tools/.footprint b/inotify-tools/.footprint index 32138d20f..ea1c1351f 100644 --- a/inotify-tools/.footprint +++ b/inotify-tools/.footprint @@ -13,7 +13,8 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libinotifytools.so -> libinotifytools.so.0.4.1 lrwxrwxrwx root/root usr/lib/libinotifytools.so.0 -> libinotifytools.so.0.4.1 -rwxr-xr-x root/root usr/lib/libinotifytools.so.0.4.1 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/inotifywait.1.gz --rw-r--r-- root/root usr/man/man1/inotifywatch.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/inotifywait.1.gz +-rw-r--r-- root/root usr/share/man/man1/inotifywatch.1.gz diff --git a/inotify-tools/.signature b/inotify-tools/.signature index 267020f01..bebb4f8c7 100644 --- a/inotify-tools/.signature +++ b/inotify-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zBzjwcbk+iKqNemQeNCv+j2s+JWxBUo+MfUxReYjtQjLUAkPY5XNGq/z/H4I0tZ3ucS2h4mGdvnGvZ4BDGTdwk= -SHA256 (Pkgfile) = 1d90c42f8bc4abef23d808a11541cbe2ad54fecf4e6fa9bfdca05a90fab450bf -SHA256 (.footprint) = 86387d526c70c4987df451c84352fed5fbac37eec6886ac3e8e7dae5e4a0d985 +RWSagIOpLGJF3yLDV/zOH3RoFvH/hEhFlaqvoLRNlwN3jlxKxyKcmjYYt6TYGSxRNaPeOX+bwO0f7gyWPIDOZQpRkNHXAW0J9gE= +SHA256 (Pkgfile) = b223752a18e28d7da44ed5da74149affe1ea9e4a06a1da5e6afd432de59a3ad0 +SHA256 (.footprint) = f4ea0f62ba432a8a3bb90cdc55cd070a94ba1b59257fc0e4150cb23c93170948 SHA256 (inotify-tools-3.14.tar.gz) = 222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f diff --git a/inotify-tools/Pkgfile b/inotify-tools/Pkgfile index c5192912c..89f96186d 100644 --- a/inotify-tools/Pkgfile +++ b/inotify-tools/Pkgfile @@ -2,18 +2,17 @@ # URL: http://inotify-tools.sourceforge.net/ # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: Till Biedermann, tillbiedermann at yahoo dot de -# Depends on: name=inotify-tools version=3.14 -release=2 +release=3 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/usr/share + rm -r $PKG/usr/share/doc } |