diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-01 18:53:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-02 11:06:57 +0000 |
commit | 899d7efbc99cd715c3b73b25165fb7961e80ba4c (patch) | |
tree | 4d575e1a1bfb4f3a21f0c94c92a0f86b268ca4fd /x11/gamin/APKBUILD | |
parent | 5afddaec859173aab4a5848b66a81423ebf26dcd (diff) | |
download | aports-899d7efbc99cd715c3b73b25165fb7961e80ba4c.tar.bz2 aports-899d7efbc99cd715c3b73b25165fb7961e80ba4c.tar.xz |
x11/gamin: compile gamin server
Diffstat (limited to 'x11/gamin/APKBUILD')
-rw-r--r-- | x11/gamin/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gamin/APKBUILD b/x11/gamin/APKBUILD index fe0e53826..730271afb 100644 --- a/x11/gamin/APKBUILD +++ b/x11/gamin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gamin pkgver=0.1.10 -pkgrel=0 +pkgrel=1 pkgdesc="Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system." url="http://www.gnome.org/~veillard/gamin" license="GPL" @@ -18,8 +18,6 @@ build () --with-threads \ --disable-debug-api \ --disable-debug \ - --disable-server \ - --disable-fast-install \ --disable-dnotify \ --libexecdir=/usr/lib/gamin make || return 1 |