summaryrefslogtreecommitdiff
path: root/community/pam_mysql
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pam_mysql
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pam_mysql')
-rw-r--r--community/pam_mysql/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD
deleted file mode 100644
index 077df93d3..000000000
--- a/community/pam_mysql/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 87013 2013-03-25 19:16:54Z bpiotrowski $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Arjan Timmerman<arjan@archlinux.org>
-# Contributor: Manolis Tzanidakis
-pkgname=pam_mysql
-pkgver=0.7RC1
-pkgrel=7
-pkgdesc="A PAM module to authenticate users against mysql."
-arch=(i686 x86_64)
-license=('GPL')
-url="http://pam-mysql.sourceforge.net"
-depends=('pam' 'mariadb' 'openssl')
-source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6177183d7e98dc12f2e444c9fbd4f13c')
-options=(!libtool)
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- sed -i 's/pam_mysql_la_LIBADD = /pam_mysql_la_LIBADD = -lpam/g' Makefile.in
- ./configure --prefix=/usr --with-pam-mods-dir=/usr/lib/security
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- make DESTDIR=$pkgdir install
-}