summaryrefslogtreecommitdiff
path: root/community/fatrat
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
commit6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch)
tree4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/fatrat
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/fatrat')
-rw-r--r--community/fatrat/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/community/fatrat/PKGBUILD b/community/fatrat/PKGBUILD
index 3c684edc0..84efb6c86 100644
--- a/community/fatrat/PKGBUILD
+++ b/community/fatrat/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id: PKGBUILD 69756 2012-04-23 09:15:01Z ibiru $
+# $Id: PKGBUILD 73988 2012-07-18 01:06:25Z ibiru $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
-
pkgname=fatrat
-pkgver=1.2.0_beta1
-pkgrel=5
+pkgver=1.2.0_beta2
+pkgrel=1
pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more"
arch=('i686' 'x86_64')
url="http://fatrat.dolezel.info/"
@@ -11,19 +10,17 @@ license=('GPL')
depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion-net' 'qtwebkit')
optdepends=('geoip: GeoIP support')
makedepends=('boost' 'cmake' 'java-environment')
-source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.gz)
-md5sums=('7ce4d5e6318361f36ba5ac86a5755da9')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
+md5sums=('ad823d2a81f0583316ece815b928c71b')
build() {
- cd $pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
. /etc/profile.d/jre.sh
. /etc/profile.d/jdk.sh
cmake \
-DWITH_EVERYTHING=ON \
- -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS="-lpthread" \
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2" \
-DCMAKE_INSTALL_PREFIX=/usr \
.
@@ -31,7 +28,7 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}