summaryrefslogtreecommitdiffstats
path: root/transmission-remote-gtk/PKGBUILD
blob: 3d274f10cb1481d5d7bf602fe9c1592f93f10169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: PitBall

pkgname=transmission-remote-gtk
pkgver=0.5.1
pkgrel=1
pkgdesc="GTK application for remote management of the Transmission BitTorrent client via its RPC interface"
arch=(i686 x86_64)
license=('GPL2')
depends=('json-glib' 'curl' 'libproxy' 'libnotify' 'libunique' 'gconf' 'geoip' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('pkgconfig' 'intltool')
install="${pkgname}.install"
options=('!libtool')
url="http://code.google.com/p/transmission-remote-gtk/"
source=("http://transmission-remote-gtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
sha1sums=('a06f2cbd557aaf41923642bc55886b90265c9fd8')

build()
{
  cd "${srcdir}/${pkgname}-${pkgver}"
  #Configure
  ./configure --prefix=/usr --sysconfdir=/etc \
  --disable-schemas-install \
  --with-gconf-schema-file-dir="/usr/share/gconf/schemas" 
  #Compile
  make 
  #Install
  make DESTDIR="${pkgdir}" install 
}