[arch-commits] Commit in libtorrent-rasterbar/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Oct 31 03:48:09 UTC 2016
Date: Monday, October 31, 2016 @ 03:48:09
Author: svenstaro
Revision: 279508
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 279507, libtorrent-rasterbar/trunk/PKGBUILD)
libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 279507, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
libtorrent-rasterbar/repos/extra-i686/PKGBUILD
libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 114 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 57 ------------------------
extra-x86_64/PKGBUILD | 57 ------------------------
3 files changed, 114 insertions(+), 114 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-31 03:48:00 UTC (rev 279507)
+++ extra-i686/PKGBUILD 2016-10-31 03:48:09 UTC (rev 279508)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=libtorrent-rasterbar
-pkgver=1.1.1
-pkgrel=2
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs')
-makedepends=('boost' 'python2' 'python3')
-options=('!emptydirs')
-_pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
-
-prepare() {
- mkdir py2 py3
- cd libtorrent-libtorrent-${_pkgver}
-
- # Avoid depending on newer processors
- sed -i 's/-msse4.2//' configure.ac
-
- ./autotool.sh
-}
-
-_build() (
- cd py$1
- # https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
- CXXFLAGS="$CXXFLAGS -std=c++11" \
- PYTHON=/usr/bin/python$1 \
- ../libtorrent-libtorrent-${_pkgver}/configure \
- --prefix=/usr \
- --enable-python-binding \
- --enable-examples \
- --disable-static \
- --with-libiconv
-)
-
-build() {
- _build 2
- _build 3
-}
-
-package() {
- make -C py2 DESTDIR="$pkgdir" install
- make -C py3 DESTDIR="$pkgdir" install
- install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- # Remove most example binaries
- rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
-}
Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 279507, libtorrent-rasterbar/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-31 03:48:09 UTC (rev 279508)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.1
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python3')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
+
+prepare() {
+ mkdir py2 py3
+ cd libtorrent-libtorrent-${_pkgver}
+
+ # Avoid depending on newer processors
+ sed -i 's/-msse4.2//' configure.ac
+
+ ./autotool.sh
+}
+
+_build() (
+ cd py$1
+ # https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+ CXXFLAGS="$CXXFLAGS -std=c++11" \
+ PYTHON=/usr/bin/python$1 \
+ ../libtorrent-libtorrent-${_pkgver}/configure \
+ --prefix=/usr \
+ --enable-python-binding \
+ --enable-examples \
+ --disable-static \
+ --with-libiconv
+)
+
+build() {
+ _build 2
+ _build 3
+}
+
+package() {
+ make -C py2 DESTDIR="$pkgdir" install
+ make -C py3 DESTDIR="$pkgdir" install
+ install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # Remove most example binaries
+ rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-31 03:48:00 UTC (rev 279507)
+++ extra-x86_64/PKGBUILD 2016-10-31 03:48:09 UTC (rev 279508)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=libtorrent-rasterbar
-pkgver=1.1.1
-pkgrel=2
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs')
-makedepends=('boost' 'python2' 'python3')
-options=('!emptydirs')
-_pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
-
-prepare() {
- mkdir py2 py3
- cd libtorrent-libtorrent-${_pkgver}
-
- # Avoid depending on newer processors
- sed -i 's/-msse4.2//' configure.ac
-
- ./autotool.sh
-}
-
-_build() (
- cd py$1
- # https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
- CXXFLAGS="$CXXFLAGS -std=c++11" \
- PYTHON=/usr/bin/python$1 \
- ../libtorrent-libtorrent-${_pkgver}/configure \
- --prefix=/usr \
- --enable-python-binding \
- --enable-examples \
- --disable-static \
- --with-libiconv
-)
-
-build() {
- _build 2
- _build 3
-}
-
-package() {
- make -C py2 DESTDIR="$pkgdir" install
- make -C py3 DESTDIR="$pkgdir" install
- install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- # Remove most example binaries
- rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
-}
Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 279507, libtorrent-rasterbar/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-31 03:48:09 UTC (rev 279508)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.1
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python3')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
+
+prepare() {
+ mkdir py2 py3
+ cd libtorrent-libtorrent-${_pkgver}
+
+ # Avoid depending on newer processors
+ sed -i 's/-msse4.2//' configure.ac
+
+ ./autotool.sh
+}
+
+_build() (
+ cd py$1
+ # https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+ CXXFLAGS="$CXXFLAGS -std=c++11" \
+ PYTHON=/usr/bin/python$1 \
+ ../libtorrent-libtorrent-${_pkgver}/configure \
+ --prefix=/usr \
+ --enable-python-binding \
+ --enable-examples \
+ --disable-static \
+ --with-libiconv
+)
+
+build() {
+ _build 2
+ _build 3
+}
+
+package() {
+ make -C py2 DESTDIR="$pkgdir" install
+ make -C py3 DESTDIR="$pkgdir" install
+ install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # Remove most example binaries
+ rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}
More information about the arch-commits
mailing list