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

Ionut Biru ibiru at archlinux.org
Sun Dec 6 00:16:40 UTC 2009


    Date: Saturday, December 5, 2009 @ 19:16:40
  Author: ibiru
Revision: 60653

upgpkg: libtorrent-rasterbar 0.14.7-1
    update to 0.14.7 and boost-1.41 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-05 23:31:00 UTC (rev 60652)
+++ PKGBUILD	2009-12-06 00:16:40 UTC (rev 60653)
@@ -6,26 +6,26 @@
 # Contributor: tardo <tardo at nagi-fanboi.net>
 
 pkgname=libtorrent-rasterbar
-pkgver=0.14.4
-pkgrel=2
+pkgver=0.14.7
+pkgrel=1
 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
 url="http://www.rasterbar.com/products/libtorrent/"
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('libsigc++2.0' 'boost>=1.39.0')
+depends=('libsigc++2.0' 'boost>=1.41.0' 'python>=2.6')
 conflicts=('rb_libtorrent')
 provides=('rb_libtorrent')
 source=(http://downloads.sourceforge.net/libtorrent/${pkgname}-${pkgver}.tar.gz)
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-python-binding \
               --with-boost-filesystem=mt \
               --with-boost-thread=mt \
               --with-boost-regex=mt \
               --with-boost-program_options=mt || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -D COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  make DESTDIR="${pkgdir}" install || return 1
+  install -D COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }
-md5sums=('4c1f2bb19d210394316d92e69bd5bfde')
+md5sums=('6959f719245d82758235fd73d93373b2')




More information about the arch-commits mailing list