From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/guifications/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community/guifications/PKGBUILD (limited to 'community/guifications') diff --git a/community/guifications/PKGBUILD b/community/guifications/PKGBUILD new file mode 100644 index 000000000..f89cc9268 --- /dev/null +++ b/community/guifications/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 58837 2011-11-18 17:38:20Z jelle $ +# Maintainer : Ionut Biru +# Contributor: Link Dupont + +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 +} -- cgit v1.2.3-54-g00ecf