summaryrefslogtreecommitdiff
path: root/community/guifications
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/guifications
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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
-}