Anyone use this? If so, consider taking maintainership!
Search Criteria
Package Details: pam_encfs 0.1.4.4-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/pam_encfs.git (read-only, click to copy) |
---|---|
Package Base: | pam_encfs |
Description: | A module to auto-mount encfs directories on login |
Upstream URL: | http://code.google.com/p/pam-encfs/ |
Keywords: | encryption |
Licenses: | GPL2 |
Submitter: | guital |
Maintainer: | ainola |
Last Packager: | ainola |
Votes: | 28 |
Popularity: | 0.016046 |
First Submitted: | 2005-11-19 18:56 (UTC) |
Last Updated: | 2018-09-03 05:41 (UTC) |
ainola commented on 2021-09-12 17:52 (UTC)
fifr commented on 2016-09-12 07:02 (UTC)
@ainola: thanks a lot
ainola commented on 2016-09-11 15:44 (UTC)
@fifr, thanks for bringing this to my attention. Google code seems to have changed the structure and I've updated to accomodate that
fifr commented on 2016-09-11 09:58 (UTC)
The source url
http://pam-encfs.googlecode.com/files/pam_encfs-0.1.4.4.tar.gz
seems to be down. Is there an alternative source?
mgmartins commented on 2015-03-05 07:13 (UTC)
@Brianmce, try this PKGBUILD:
# Contributor: Guillem Rieu <guillemr@gmx.net> [0/293]
pkgname=pam_encfs
pkgver=0.1.4.4
pkgrel=2
pkgdesc="pam_encfs is a module to auto mount encfs dir on login"
url="http://code.google.com/p/pam-encfs/"
arch=(i686 x86_64)
depends=('encfs')
backup=('etc/security/pam_encfs.conf')
license="GPL"
source=(http://pam-encfs.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('20d10fa842e968a224af542db7e10d21')
build() {
cd $srcdir/$pkgname-$pkgver
make || return 1
}
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=${pkgdir}/usr install || return 1
mkdir -p $pkgdir/etc/security
cp pam_encfs.conf $pkgdir/etc/security
}
Brianmce commented on 2015-01-08 17:04 (UTC)
The PKGBUILD seems to be missing a package() function.
guital commented on 2012-05-08 02:47 (UTC)
@zosodk69: Done, you can adopt it :)
zosodk69 commented on 2012-05-08 02:17 (UTC)
I suppose this is a low maintenance package I could handle ;) If you orphan I'll adopt.
guital commented on 2012-05-07 18:31 (UTC)
@zozo, @zosodk69: Thanks for your feedback on the matter, I've just updated the PKGBUILD.
By the way, I don't use pam_encfs anymore, is any of you interested in adopting the package?
Pinned Comments
ainola commented on 2021-09-12 17:52 (UTC)
Anyone use this? If so, consider taking maintainership!