dispass 0.1a8-2
This commit is contained in:
parent
ffc407412b
commit
46a8c23fdd
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ name=DisPass
|
|||
|
||||
pkgname=$python-dispass
|
||||
pkgver=0.1a8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Generate and disperse/dispell passwords"
|
||||
depends=('python2')
|
||||
makedepends=('python2-distribute')
|
||||
|
@ -14,7 +14,6 @@ source=(http://pypi.python.org/packages/source/D/DisPass/$name-$pkgver.tar.gz)
|
|||
md5sums=(e857fea0397968ddbf881be382686468)
|
||||
url="http://dispass.babab.nl/"
|
||||
license=("custom:ISC")
|
||||
changelog="src/$name-$pkgver/ChangeLog"
|
||||
|
||||
build() {
|
||||
cd $srcdir/$name-$pkgver
|
||||
|
@ -26,7 +25,7 @@ package() {
|
|||
python2 setup.py install --root=$pkgdir
|
||||
|
||||
install -Dm644 "${srcdir}/${name}-${pkgver}/skel/dot.dispass" \
|
||||
"${pkgdir}/etc/skel/dot.dispass"
|
||||
"${pkgdir}/etc/skel/.dispass"
|
||||
install -Dm644 "${srcdir}/${name}-${pkgver}/dispass.1" \
|
||||
"${pkgdir}/usr/share/man/man1/dispass.1"
|
||||
install -Dm644 "${srcdir}/${name}-${pkgver}/LICENSE" \
|
||||
|
|
Loading…
Reference in a new issue