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

Ionut Biru ibiru at archlinux.org
Wed Nov 23 16:46:24 UTC 2011


    Date: Wednesday, November 23, 2011 @ 11:46:23
  Author: ibiru
Revision: 143228

update to 0.15.9 
rebuild boost 1.48

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-23 16:41:27 UTC (rev 143227)
+++ PKGBUILD	2011-11-23 16:46:23 UTC (rev 143228)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.8
+pkgver=0.15.9
 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/"
@@ -11,17 +11,18 @@
 license=('custom')
 depends=('boost-libs' 'python2')
 makedepends=('boost')
-source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9e21ebfa6fba19b237754a10ae9b8007781c48f0')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('d86eb9d4452d07715a355d3a67312f162d6eff3a')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --enable-python-binding
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list