summaryrefslogtreecommitdiff
path: root/community/pidgin-hotkeys/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pidgin-hotkeys/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pidgin-hotkeys/PKGBUILD')
-rw-r--r--community/pidgin-hotkeys/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/pidgin-hotkeys/PKGBUILD b/community/pidgin-hotkeys/PKGBUILD
deleted file mode 100644
index bd2130cab..000000000
--- a/community/pidgin-hotkeys/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 80723 2012-12-01 13:56:24Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: detto <detto-brumm@freenet.de>
-
-pkgname=pidgin-hotkeys
-pkgver=0.2.4
-pkgrel=2
-pkgdesc="A Pidgin plugin that allows you to define global hotkeys."
-arch=('i686' 'x86_64')
-url="http://pidgin-hotkeys.sourceforge.net"
-license=('GPL')
-depends=('pidgin')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "pidgin-hotkeys.patch")
-md5sums=('553aae7319861af9e8716bfe0ba45c30'
- '0726353af56270164d7af88470722dd0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -Np0 -i ../pidgin-hotkeys.patch
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}