[arch-commits] Commit in opensips/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Jan 10 10:51:31 UTC 2014


    Date: Friday, January 10, 2014 @ 11:51:30
  Author: spupykin
Revision: 103706

upgpkg: opensips 1.10.0-2

upd

Modified:
  opensips/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-10 10:51:26 UTC (rev 103705)
+++ PKGBUILD	2014-01-10 10:51:30 UTC (rev 103706)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..."
 url="http://www.opensips.org"
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -46,7 +46,7 @@
 
   make \
 	include_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350" \
-	TLS=1 LIBDIR=lib
+	TLS=1 LIBDIR=lib PREFIX=/usr
 }
 
 package() {
@@ -54,7 +54,7 @@
 
   make \
 	include_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350" \
-	TLS=1 DESTDIR=$pkgdir/usr LIBDIR=lib install
+	TLS=1 BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
 
   # Conforms to the arch packaging standards (http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
   mkdir -p $pkgdir/etc/




More information about the arch-commits mailing list