repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git]
/
wicd-eduroam
/
PKGBUILD
blob
7c4888df8c59ae5ec5e65e14f49ec14364ec1707
1
# Contributor: Ander Martinez <dwarfnauko@gmail.com>
2
pkgname='wicd-eduroam'
3
pkgver=1
4
pkgrel=1
5
pkgdesc="Wicd-eduroam"
6
arch=('any')
7
url="http://wicd.sourceforge.net/"
8
license=('WTFPL')
9
groups=()
10
depends=('wicd')
11
makedepends=()
12
provides=()
13
conflicts=()
14
replaces=()
15
backup=()
16
install=eduroam.install
17
source=(eduroam)
18
noextract=()
19
md5sums=('ce9754e8e1b3b1eb1f62f7bbca6e2c39')
20
21
build(){
22
install -Dm 644 eduroam $pkgdir/etc/wicd/encryption/templates/eduroam
23
}
24