diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pidgin-talkfilters | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pidgin-talkfilters')
-rw-r--r-- | community/pidgin-talkfilters/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/pidgin-talkfilters/PKGBUILD b/community/pidgin-talkfilters/PKGBUILD deleted file mode 100644 index 39a171c78..000000000 --- a/community/pidgin-talkfilters/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Connor Behan <connor.behan@gmail.com> - -pkgname=pidgin-talkfilters -pkgver=2.7.0 -pkgrel=1 -pkgdesc="Implements GNU Talkfilters in pidgin chats" -arch=(i686 x86_64) -url="http://www.guifications.org/projects/purple-plugin-pack" -license=('GPL') -depends=('pidgin' 'talkfilters') -makedepends=('intltool' 'gettext' 'python2') -options=(!libtool) -source=(https://www.guifications.org/attachments/download/201/purple-plugin-pack-${pkgver}.tar.bz2) - -build() { - cd "$srcdir"/purple-plugin-pack-${pkgver} - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --with-plugins=talkfilters - make -} - -package() { - cd "$srcdir"/purple-plugin-pack-${pkgver} - make DESTDIR="$pkgdir" install - rm -rf "${pkgdir}"/usr/share -} - -md5sums=('a1ee405e81ad955798af7b2a6a8564fb') |