summaryrefslogtreecommitdiff
path: root/community/guifications
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/guifications
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/guifications')
-rw-r--r--community/guifications/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/guifications/PKGBUILD b/community/guifications/PKGBUILD
deleted file mode 100644
index f89cc9268..000000000
--- a/community/guifications/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 58837 2011-11-18 17:38:20Z jelle $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Contributor: Link Dupont <link@.subpop.net>
-
-pkgname=guifications
-pkgver=2.16
-pkgrel=3
-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=("https://www.guifications.org/attachments/download/145/pidgin-guifications-2.16.tar.gz")
-md5sums=('43fd9022160f15b4b262c4662ba62fc9')
-
-build() {
- cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-deprecated
- make
-}
-package()
-{
- cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}