diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-02 13:41:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-02 13:41:57 +0000 |
commit | 9343f37ee7ba1aa98f65272412d331a280890e12 (patch) | |
tree | a4bf1207d01a10e5cf246f1a4755086280f47b70 /community-staging/fatrat | |
parent | 37a1064b8105764414f279ced442e6ba2f63bea1 (diff) |
Wed Nov 2 13:41:53 UTC 2011
Diffstat (limited to 'community-staging/fatrat')
-rw-r--r-- | community-staging/fatrat/PKGBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/community-staging/fatrat/PKGBUILD b/community-staging/fatrat/PKGBUILD deleted file mode 100644 index 9f307fec3..000000000 --- a/community-staging/fatrat/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 57158 2011-10-22 17:28:35Z andrea $ -# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> - -pkgname=fatrat -pkgver=1.1.3 -pkgrel=6 -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' 'qtwebkit') -optdepends=('geoip: GeoIP support') -makedepends=('asio' 'cmake') -source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.gz) -md5sums=('6d4a00cdd0b59a05b1521184508d4637') - -build() { - cd $pkgname-$pkgver - - export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2" - - cmake \ - -DWITH_EVERYTHING=ON \ - -DCMAKE_INSTALL_PREFIX=/usr \ - . - - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |