Date: Saturday, January 26, 2013 @ 12:33:14
  Author: bpiotrowski
Revision: 83000

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

Added:
  fatrat/repos/community-staging-i686/
  fatrat/repos/community-staging-i686/PKGBUILD
    (from rev 82999, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-staging-x86_64/
  fatrat/repos/community-staging-x86_64/PKGBUILD
    (from rev 82999, fatrat/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: fatrat/repos/community-staging-i686/PKGBUILD (from rev 82999, 
fatrat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-01-26 11:33:14 UTC (rev 83000)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <[email protected]>
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=4
+pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
+arch=('i686' 'x86_64')
+url="http://fatrat.dolezel.info/";
+license=('GPL')
+depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
+optdepends=('geoip: GeoIP support')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
+md5sums=('ad823d2a81f0583316ece815b928c71b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+
+  cmake \
+    -DWITH_EVERYTHING=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    .
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fatrat/repos/community-staging-x86_64/PKGBUILD (from rev 82999, 
fatrat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-01-26 11:33:14 UTC (rev 83000)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <[email protected]>
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=4
+pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
+arch=('i686' 'x86_64')
+url="http://fatrat.dolezel.info/";
+license=('GPL')
+depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
+optdepends=('geoip: GeoIP support')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
+md5sums=('ad823d2a81f0583316ece815b928c71b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+
+  cmake \
+    -DWITH_EVERYTHING=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    .
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to