summaryrefslogtreecommitdiff
path: root/extra/purple-plugin-pack
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-08 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2011-12-08 23:14:54 +0000
commit707457876743e969be9eb163c36928978df245cd (patch)
tree24ed2c08e3ace85c9cee2302e97438421ca3f03d /extra/purple-plugin-pack
parent6f9a9504db6338f0c35c4ca70bad42965b74791a (diff)
Thu Dec 8 23:14:54 UTC 2011
Diffstat (limited to 'extra/purple-plugin-pack')
-rw-r--r--extra/purple-plugin-pack/PKGBUILD35
1 files changed, 22 insertions, 13 deletions
diff --git a/extra/purple-plugin-pack/PKGBUILD b/extra/purple-plugin-pack/PKGBUILD
index 6d2e61e9c..30f9b0ab5 100644
--- a/extra/purple-plugin-pack/PKGBUILD
+++ b/extra/purple-plugin-pack/PKGBUILD
@@ -1,25 +1,34 @@
-# $Id: PKGBUILD 77562 2010-04-15 22:34:21Z ibiru $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# $Id: PKGBUILD 144607 2011-12-08 01:03:26Z foutrelis $
+# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Dale Blount <dale@archlinux.org>
pkgname=purple-plugin-pack
-pkgver=2.6.3
+pkgver=2.7.0
pkgrel=1
-pkgdesc="Plugin pack for Pidgin"
+pkgdesc="Compilation of plugins for the libpurple family of IM clients"
arch=('i686' 'x86_64')
-url="http://plugins.guifications.org/trac/wiki/PluginPack"
+url="https://www.guifications.org/projects/purple-plugin-pack"
license=('GPL')
-depends=('pidgin')
-makedepends=('intltool' 'python')
+depends=('libpurple')
+makedepends=('intltool' 'gettext' 'python2' 'pidgin')
options=('!libtool')
-source=(http://plugins.guifications.org/trac/downloads/48)
-md5sums=('2dccee28f087c7e81cef07ee845399bb')
+source=(https://www.guifications.org/attachments/download/201/purple-plugin-pack-2.7.0.tar.bz2)
+sha256sums=('2bbcf5e778a33968ba7f2864d2a6cb526a8984be3e4151642a583eee8eafb03c')
build() {
- cd "$srcdir/purple-plugin_pack-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
+ PYTHON=/usr/bin/python2 \
+ ./configure --prefix=/usr
}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: