mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
20 lines
662 B
Bash
20 lines
662 B
Bash
# $Id: PKGBUILD 48319 2009-08-01 13:50:27Z tpowa $
|
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
pkgname=kde-agent
|
|
pkgver=20090801
|
|
pkgrel=2
|
|
pkgdesc="Startup and shutdown scripts for gpg-agent and ssh-agent in KDE"
|
|
arch=('i686' 'x86_64')
|
|
url='http://www.kde.org'
|
|
license=('GPL' 'LGPL' 'FDL')
|
|
depends=('pinentry' 'openssh' 'qt')
|
|
source=(agent-startup.sh
|
|
agent-shutdown.sh)
|
|
|
|
build() {
|
|
install -D -m 755 $srcdir/agent-startup.sh $pkgdir/etc/kde/env/agent-startup.sh
|
|
install -D -m 755 $srcdir/agent-shutdown.sh $pkgdir/etc/kde/shutdown/agent-shutdown.sh
|
|
}
|
|
md5sums=('7daec96c125e1e238a35f31ea4a476f0'
|
|
'18e8d01124b19f7df2937c06e177bf7f')
|