Date: Monday, May 13, 2013 @ 08:24:07
  Author: bisson
Revision: 90544

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libtorrent/repos/staging-i686/
  libtorrent/repos/staging-i686/PKGBUILD
    (from rev 90543, libtorrent/trunk/PKGBUILD)
  libtorrent/repos/staging-x86_64/
  libtorrent/repos/staging-x86_64/PKGBUILD
    (from rev 90543, libtorrent/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libtorrent/repos/staging-i686/PKGBUILD (from rev 90543, 
libtorrent/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-05-13 06:24:07 UTC (rev 90544)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Jeff Mickey <[email protected]>
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.3
+pkgrel=1
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='http://libtorrent.rakshasa.no/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libsigc++2.0' 'openssl')
+source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+       ./configure \
+               --prefix=/usr \
+               --disable-debug \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: libtorrent/repos/staging-x86_64/PKGBUILD (from rev 90543, 
libtorrent/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-05-13 06:24:07 UTC (rev 90544)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Jeff Mickey <[email protected]>
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.3
+pkgrel=1
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='http://libtorrent.rakshasa.no/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libsigc++2.0' 'openssl')
+source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+       ./configure \
+               --prefix=/usr \
+               --disable-debug \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to