From d831ea673c5c4102cd43c04283e84e149132e6e8 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 7 Nov 2014 21:30:53 -0200 Subject: yate: fix pkgbuild --- pcr/yate/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr/yate/PKGBUILD') diff --git a/pcr/yate/PKGBUILD b/pcr/yate/PKGBUILD index 62931ce29..e25c7401b 100644 --- a/pcr/yate/PKGBUILD +++ b/pcr/yate/PKGBUILD @@ -9,8 +9,8 @@ pkgdesc="next-generation telephony engine" arch=('i686' 'x86_64' 'mips64el') url="http://yate.null.ro" license=('GPL') -depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' \ - 'alsa-lib' 'qt') +depends=('speex' 'gsm' 'postgresql-libs' 'libmariadbclient' \ + 'alsa-lib' 'qt4') makedepends=('pkgconfig') source=(http://$pkgname.null.ro/tarballs/${pkgname}${pkgver%%.*}/$pkgname-${pkgver%.*}-${pkgver##*.}.tar.gz $pkgname.service) options=(!makeflags) @@ -32,5 +32,5 @@ build() { package(){ cd $srcdir/${pkgname} make DESTDIR=$pkgdir install - install -D -m755 $srcdir/yate.service $pkgdir/usr/lib/systemd/system + install -vDm 755 $srcdir/yate.service $pkgdir/usr/lib/systemd/system/yate.service } -- cgit v1.2.3-54-g00ecf