summaryrefslogtreecommitdiff
path: root/community/pwgen
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pwgen
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pwgen')
-rw-r--r--community/pwgen/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/pwgen/PKGBUILD b/community/pwgen/PKGBUILD
deleted file mode 100644
index 813ca7317..000000000
--- a/community/pwgen/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 92192 2013-06-02 15:55:52Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: damir <damir@archlinux.org>
-# Contributor: Tobias Powalowski <t.powa@gmx.de>
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=4
-pkgdesc='Password generator for creating easily memorable passwords'
-arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/pwgen/'
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz")
-sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- autoconf
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: