mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
aur/netatalk to 3.0.4-2
This commit is contained in:
parent
abf8d3ee83
commit
d22a13bfc6
2 changed files with 18 additions and 6 deletions
|
@ -5,13 +5,13 @@
|
|||
# Contributor: Farhan Yousaf <farhany at xaviya dot com>
|
||||
|
||||
pkgname=netatalk
|
||||
pkgver=3.0.3
|
||||
pkgrel=1
|
||||
pkgver=3.0.4
|
||||
pkgrel=2
|
||||
pkgdesc='A kernel-level implementation of AFP services'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://netatalk.sourceforge.net'
|
||||
license=('GPL')
|
||||
depends=('avahi>=0.6' 'libldap' 'libgcrypt>=1.2.3' 'libevent' 'python')
|
||||
depends=('avahi>=0.6' 'libldap' 'libgcrypt>=1.2.3' 'libevent' 'python' 'dbus-glib')
|
||||
replaces=('netatalk-git' 'netatalk2')
|
||||
backup=('etc/afp.conf'
|
||||
'etc/extmap.conf')
|
||||
|
@ -19,17 +19,17 @@ options=('!libtool')
|
|||
install=$pkgname.install
|
||||
changelog=$pkgname.changelog
|
||||
source=(http://iweb.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('0a6f3acefd27ad63d2cde6ae4702e1b4')
|
||||
md5sums=('f455505884a6aea307640d46a6577fd1')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
msg2 'Fixing...'
|
||||
sed -i -e 's:"/lib/systemd:"/usr/lib/systemd:' -e 's/x"linux/x"generic/' macros/netatalk.m4
|
||||
sed -i -e 's:AX_CHECK_DOCBOOK:[AX_CHECK_DOCBOOK]:' -e 's:"/lib/systemd:"/usr/lib/systemd:' -e 's/x"linux/x"generic/' macros/netatalk.m4
|
||||
sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' {configure.ac,libevent/configure.in}
|
||||
cp /usr/share/automake*/missing .
|
||||
autoreconf -i >/dev/null
|
||||
msg2 'Configuring...'
|
||||
CFLAGS="-Wno-unused-result" ./configure --prefix=/usr --localstatedir=/var/state --sysconfdir=/etc --with-init-style=systemd \
|
||||
CFLAGS="-Wno-unused-result -O2" ./configure --prefix=/usr --localstatedir=/var/state --sysconfdir=/etc --sbindir=/usr/bin --with-init-style=systemd \
|
||||
--with-cracklib --with-cnid-cdb-backend --enable-pgp-uam --with-libevent=no
|
||||
sed -i -e s/-Ino// -e s/-Lno// etc/netatalk/Makefile
|
||||
msg2 'Making...'
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
2013-06-03 SJ_UnderWater
|
||||
|
||||
* 3.0.4-2:
|
||||
move sbindir
|
||||
|
||||
2013-05-26 SJ_UnderWater
|
||||
|
||||
* 3.0.4-1:
|
||||
package update
|
||||
minor fixes
|
||||
dbus-glib dependency
|
||||
|
||||
2013-03-27 SJ_UnderWater
|
||||
|
||||
* 3.0.3-1:
|
||||
|
|
Loading…
Reference in a new issue