[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Wed Mar 18 11:51:56 UTC 2009
Date: Wednesday, March 18, 2009 @ 07:51:56
Author: hugo
Revision: 30284
upgpkg: libtorrent-rasterbar 0.14.2-1
Modified:
libtorrent-rasterbar/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-18 11:21:00 UTC (rev 30283)
+++ PKGBUILD 2009-03-18 11:51:56 UTC (rev 30284)
@@ -1,10 +1,11 @@
# Maintainer: Hugo Doria <hugo at archlinux.org>
-# Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Previous Maintainer: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
# Previous Maintainer: Bjorn Lindeijer <bjorn lindeijer nl>
# Contributor: Andrea Scarpino <bash.lnx at gmail.com>
# Contributor: tardo <tardo at nagi-fanboi.net>
+
pkgname=libtorrent-rasterbar
-pkgver=0.14.1
+pkgver=0.14.2
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/"
@@ -13,17 +14,17 @@
depends=('libsigc++2.0' 'boost')
conflicts=('rb_libtorrent')
provides=('rb_libtorrent')
-source=(http://downloads.sourceforge.net/libtorrent/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/libtorrent/${pkgname}-${pkgver}.tar.gz)
build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --enable-python-binding \
--with-boost-date-time=mt \
--with-boost-filesystem=mt \
--with-boost-thread=mt \
--with-boost-regex=mt \
--with-boost-program_options=mt || return 1
make || return 1
- make DESTDIR=$startdir/pkg 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=('6aa0ed4da604b8b160bf12bcd41d5055')
+md5sums=('97bb2db5ac21e9a81c96fc0e2abe6d29')
More information about the arch-commits
mailing list