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 Fri Jan 6 00:09:29 UTC 2012
[aur-mirror.git]
/
rtfm
/
PKGBUILD
blob
14be88c60848ba8d0a35dff8dc147869f71b9091
1
# Contributor: Calimero <calimeroteknik@free.fr>
2
pkgname=rtfm
3
pkgver=0.5
4
pkgrel=2
5
pkgdesc="Cherche de la documentation pour vous."
6
arch=('i686' 'x86_64')
7
url="http://calimeroteknik.free.fr/"
8
license=('GPL2')
9
depends=('python')
10
source=(rtfm)
11
md5sums=('4f23a50ae45f2cf5b94e141474790c20')
12
13
build() {
14
cd "$srcdir"
15
install -D -m755 rtfm "$pkgdir"/usr/bin/rtfm
16
}