Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.04 KB

BUILDNOTES.md

File metadata and controls

21 lines (19 loc) · 1.04 KB

Build Netatalk

  • Generic build is sufficient (see configure options below)

Quick Start

  1. Ensure build dependencies are installed.
  • pkg install data/docbook database/berkeleydb-5 system/file-system/ufs system/network/avahi
  1. cd ~/Downloads
  2. curl -LO http://downloads.sourceforge.net/project/netatalk/netatalk/3.1.10/netatalk-3.1.10.tar.bz2
  3. cd ~/src
  4. tar xf ~/Downloads/netatalk-3.1.10.tar.bz2
  5. cd netatalk-3.1.10
  6. ./configure --prefix=/opt/netatalk --sysconfdir=/etc/opt/netatalk --localstatedir=/var/opt/ --enable-krbV-uam --enable-zeroconf --with-pam --with-pam-confdir=/etc/pam.d --with-dbus-sysconf-dir=/etc/dbus-1/system.d --with-lockfile=/var/run/netatalk.lock --with-init-style=solaris --with-bdb --with-gssapi=/usr/include/gssapi --enable-srvloc --with-docbook=/usr/share/sgml/docbook/xsl-stylesheets
  7. make
  8. make check
  9. make -k DESTDIR=~/pkg/Netatalk/Proto.dist/dist install
  • Ignore error about failing to create service
  1. cd ~/pkg/Netatalk/Build
  2. gmake
  3. gmake pkglint
  4. gmake publish