summaryrefslogtreecommitdiff
path: root/pcr/yate
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-07 21:30:53 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-07 21:30:53 -0200
commitd831ea673c5c4102cd43c04283e84e149132e6e8 (patch)
tree4ca75e6241ee8b4102a9a1025bc938a1cb51856a /pcr/yate
parent6c339a2fc68248809475a951fce0186079902ea3 (diff)
yate: fix pkgbuild
Diffstat (limited to 'pcr/yate')
-rw-r--r--pcr/yate/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}