From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/guifications/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/guifications/PKGBUILD (limited to 'community/guifications/PKGBUILD') 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 +# Contributor: Link Dupont + +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 +} -- cgit v1.2.3-54-g00ecf