Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved PKGBUILD #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

moritzmhmk
Copy link

I changed the PKGBUILD so it no longer needs to patch shairport-sync and also doesn't ship its own config and service files

Notable changes:

  • using config and init script as generated by shairport-sync (--with-systemd and --with-configfiles)
  • fixed --prefix erroneously containing $pkgdir
  • added missing DESTDIR to make install

moritzmhmk and others added 5 commits May 10, 2015 02:39
- using config and init script as generated by shairport-sync
(--with-systemd and --with-configfiles)
- fixed --prefix erroneously containing $pkgdir
- added DESTDIR to make install
autoreconf -i -f
./configure --with-alsa --with-avahi --with-ssl=openssl --with-soxr --prefix="$pkgdir/usr"
./configure --with-systemd --with-configfiles --with-metadata --with-alsa --with-avahi --with-ssl=openssl --with-soxr --prefix=/usr
Copy link

@silverwind silverwind Dec 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggesting --sysconfdir=/etc so config files end up in /etc instead of /usr/local/etc

edit: Might now work. With --prefix, it searches in $prefix/etc, hmm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants