updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / mypasswordsafe / PKGBUILD
blob8968ca32d043d9de6f7536c1b87fa487e9eb1ba5
1 ##
2 # Maintainer: Todd Harbour <lefallen@quadronyx.com.au>
3 # Contributor: 
4 # Comments: 
5 # Binary version available from: http://www.quadronyx.com.au/aur/
6 ##
8 pkgname=mypasswordsafe
9 _pkgname=MyPasswordSafe
10 pkgver=20061216
11 pkgrel=1
12 pkgdesc="MyPasswordSafe is an easy-to-use QT based password manager, compatible with Password Safe files (and therefore pwsafe)."
13 url="http://www.semanticgap.com/myps/"
14 groups=
15 provides=
16 arch=('i686')
17 license=('GPL')
18 depends=( \
19         'qt3' \
20         'libxss' \
21         )
22 makedepends=()
23 conflicts=()
24 replaces=()
25 backup=()
26 install=()
27 source=( \
28         http://www.semanticgap.com/myps/release/$_pkgname-$pkgver.src.tgz \
29         )
30 md5sums=( \
31         '0fef98e77c8e593382fb201bd278cacf' \
32         )
34 build() {
35         cd $startdir/src/$_pkgname-$pkgver
36         make || return 1
37         mkdir -p $startdir/pkg/usr/bin/ || return 1
38         mkdir -p $startdir/pkg/usr/share/MyPasswordSafe/locale/ || return 1
39         PREFIX=$startdir/pkg/usr make install || return 1