mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur/netatalk to 3.0.1-4
This commit is contained in:
parent
159f7e9e96
commit
03eb5379de
2 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=netatalk
|
pkgname=netatalk
|
||||||
pkgver=3.0.1
|
pkgver=3.0.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='A kernel-level implementation of AFP services'
|
pkgdesc='A kernel-level implementation of AFP services'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://netatalk.sourceforge.net'
|
url='http://netatalk.sourceforge.net'
|
||||||
|
@ -25,6 +25,7 @@ build() {
|
||||||
msg2 'Fixing...'
|
msg2 'Fixing...'
|
||||||
sed -i 's/x"linux/x"generic/' macros/netatalk.m4
|
sed -i 's/x"linux/x"generic/' macros/netatalk.m4
|
||||||
sed -i 's:/lib:/usr/lib:' distrib/initscripts/Makefile.{am,in}
|
sed -i 's:/lib:/usr/lib:' distrib/initscripts/Makefile.{am,in}
|
||||||
|
sed -i 's:model=%s:model:' etc/afpd/afp_mdns.c
|
||||||
autoreconf &>/dev/null
|
autoreconf &>/dev/null
|
||||||
msg2 'Configuring...'
|
msg2 'Configuring...'
|
||||||
CFLAGS="-Wno-unused-result" ./configure --prefix=/usr --localstatedir=/var/state --sysconfdir=/etc --with-init-style=systemd \
|
CFLAGS="-Wno-unused-result" ./configure --prefix=/usr --localstatedir=/var/state --sysconfdir=/etc --with-init-style=systemd \
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-11-28 SJ_UnderWater
|
||||||
|
|
||||||
|
* 3.0.1-4 :
|
||||||
|
fixed mimic model
|
||||||
|
|
||||||
2012-10-08 SJ_UnderWater
|
2012-10-08 SJ_UnderWater
|
||||||
|
|
||||||
* 3.0.1-3 :
|
* 3.0.1-3 :
|
||||||
|
|
Loading…
Reference in a new issue