[arch-commits] CVS update of extra/network/pidgin-encryption (PKGBUILD)

Dale Blount dale at archlinux.org
Fri May 4 17:44:30 UTC 2007


    Date: Friday, May 4, 2007 @ 13:44:30
  Author: dale
    Path: /home/cvs-extra/extra/network/pidgin-encryption

   Added: PKGBUILD (1.1)

newpkg: pidgin-encryption-3.0beta9-1


----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: extra/network/pidgin-encryption/PKGBUILD
diff -u /dev/null extra/network/pidgin-encryption/PKGBUILD:1.1
--- /dev/null	Fri May  4 13:44:30 2007
+++ extra/network/pidgin-encryption/PKGBUILD	Fri May  4 13:44:29 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/05/04 17:44:29 dale Exp $
+# Maintainer: Dale Blount <dale at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+pkgname=pidgin-encryption
+pkgver=3.0beta9
+pkgrel=1
+pkgdesc="A Pidgin plugin providing transparent RSA encryption using NSS"
+arch=(i686 x86_64)
+url="http://gaim-encryption.sourceforge.net"
+depends=('pidgin' 'nss')
+replaces=('gaim-encryption')
+options=(NOLIBTOOL)
+source=(http://rzserv2.fhnon.de/~lg016586/pidgin-encryption-3.0beta9.tar.bz2)
+md5sums=('8b08b227dec180b744b40a6fdbf0095a')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}
+




More information about the arch-commits mailing list