Code: Select all
mkdir -p /usr/portage/env.d/net-fs
echo "EXTRA_CONF=\"--with-tracker-pkgconfig-version=1.6.1" > /usr/portage/env.d/net-fs/netatalk
ebuild /usr/portage/net-fs/netatalk/netatalk-3.1.6.ebuild configure
Code: Select all
AFP:
Extended Attributes: ad | sys
ACL support: yes
Spotlight: yes|no
Code: Select all
pkg-config --list-all | grep tracker
Code: Select all
tracker-extract-0.16 tracker-extract - Tracker : A library to develop metadata extractors for 3rd party file types.
tracker-sparql-0.16 tracker-sparql - Tracker : A library to perform SPARQL queries and updates in the Tracker Store
tracker-miner-0.16 tracker-miner - A library to develop tracker data miners
Code: Select all
$(use_with tracker tracker-pkgconfig-version $(get_version_component_range 1-2 $(best_version app-misc/tracker | sed 's:app-misc/tracker-::g')))
Code: Select all
pkg-config --list-all | grep tracker
Code: Select all
...
checking for TRACKER... yes
...
AFP:
Extended Attributes: ad | sys
ACL support: yes
Spotlight: yes
Code: Select all
$ ~ # afpd -V
afpd 3.1.6 - Apple Filing Protocol (AFP) daemon of Netatalk
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version. Please see the file COPYING for further information and details.
afpd has been compiled with support for these features:
AFP versions: 2.2 3.0 3.1 3.2 3.3 3.4
CNID backends: dbd last tdb mysql
Zeroconf support: No
TCP wrappers support: Yes
Quota support: No
Admin group support: Yes
Valid shell checks: Yes
cracklib support: Yes
EA support: ad | sys
ACL support: Yes
LDAP support: Yes
D-Bus support: Yes
Spotlight support: Yes
DTrace probes: Yes
afp.conf: /etc/afp.conf
extmap.conf: /etc/extmap.conf
state directory: /var/lib/netatalk/
afp_signature.conf: /var/lib/netatalk/afp_signature.conf
afp_voluuid.conf: /var/lib/netatalk/afp_voluuid.conf
UAM search path: /usr/lib64/netatalk//
Server messages path: /var/lib/netatalk/msg/
$ ~ #