[arch-commits] Commit in rtorrent/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 7 19:17:37 UTC 2015
Date: Monday, September 7, 2015 @ 21:17:37
Author: foutrelis
Revision: 139519
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
rtorrent/repos/community-staging-i686/
rtorrent/repos/community-staging-i686/PKGBUILD
(from rev 139518, rtorrent/trunk/PKGBUILD)
rtorrent/repos/community-staging-x86_64/
rtorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 139518, rtorrent/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 39 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: rtorrent/repos/community-staging-i686/PKGBUILD (from rev 139518, rtorrent/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 19:17:37 UTC (rev 139519)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
+sha1sums=('27505081254618077c291eb1ee36bfb41f974834')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+ ./autogen.sh
+
+ export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+ ./configure \
+ --prefix=/usr \
+ --disable-debug \
+ --with-xmlrpc-c \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}
Copied: rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 139518, rtorrent/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-07 19:17:37 UTC (rev 139519)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.6' 'curl' 'xmlrpc-c' 'libsigc++')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
+sha1sums=('27505081254618077c291eb1ee36bfb41f974834')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+ ./autogen.sh
+
+ export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+ ./configure \
+ --prefix=/usr \
+ --disable-debug \
+ --with-xmlrpc-c \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}
More information about the arch-commits
mailing list