Date: Tuesday, April 26, 2011 @ 12:16:06 Author: ibiru Revision: 120816
update to 0.7.1 Modified: telepathy-sofiasip/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-26 16:14:01 UTC (rev 120815) +++ PKGBUILD 2011-04-26 16:16:06 UTC (rev 120816) @@ -2,7 +2,7 @@ # Maintainer : Ionut Biru <[email protected]> # Contributor: Timm Preetz <[email protected]> pkgname=telepathy-sofiasip -pkgver=0.6.6 +pkgver=0.7.1 pkgrel=1 pkgdesc="a SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack." arch=('i686' 'x86_64') @@ -13,11 +13,15 @@ install=telepathy-sofiasip.install groups=('telepathy') source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('aebdadeb92db02b0da916fd077fa8c7e') +md5sums=('4139027790aae97d8a18260e09a747c6') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }
