summaryrefslogtreecommitdiff
path: root/community/guifications
diff options
context:
space:
mode:
Diffstat (limited to 'community/guifications')
-rw-r--r--community/guifications/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/guifications/PKGBUILD b/community/guifications/PKGBUILD
new file mode 100644
index 000000000..7f2d5e375
--- /dev/null
+++ b/community/guifications/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 17250 2010-05-22 14:25:10Z ibiru $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: Link Dupont <link@.subpop.net>
+
+pkgname=guifications
+pkgver=2.16
+pkgrel=2
+pkgdesc="A set of GUI popup notifications for pidgin"
+arch=(i686 x86_64)
+url="http://plugins.guifications.org/trac/wiki/Guifications"
+license=("GPL")
+depends=('pidgin')
+makedepends=('perlxml')
+options=('!libtool')
+source=(pidgin-${pkgname}-${pkgver}.tar.bz2::http://plugins.guifications.org/trac/downloads/7)
+md5sums=('cd1f803231093cde01514feca59f643f')
+
+build() {
+ cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-deprecated
+ make || return 1
+ make DESTDIR="${pkgdir}" install
+}