diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pidgin-otr | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pidgin-otr')
-rw-r--r-- | community/pidgin-otr/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD deleted file mode 100644 index f0f8fbe96..000000000 --- a/community/pidgin-otr/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 79622 2012-11-09 00:24:37Z ebelanger $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> -# Contributor: Allan McRae <allan@archlinux.org> -# Contributor: Bug <Bug2000@gmail.com> -# Contributor: Marcel Wysocki <maci@satgnu.net> - -pkgname=pidgin-otr -pkgver=4.0.0 -pkgrel=1 -pkgdesc='Off-the-Record Messaging plugin for Pidgin.' -arch=('i686' 'x86_64') -license=('GPL') -url='http://www.cypherpunks.ca/otr/' -depends=('libotr>=4.0.0' 'pidgin' 'perlxml') -makedepends=('intltool') -source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc}) -md5sums=('eadb953376acc474e56041d4c12aa2c8' - '8c70a2fc6f5f0480f32178742ba96498') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} |