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 Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git]
/
rpgds
/
PKGBUILD~
blob
8c0292f35d413838851185adb063e06f2b024b6e
1
pkgname=rpgds
2
pkgver=r11
3
pkgrel=1
4
pkgdesc="An RPG Maker like Editor for RPG Games"
5
arch=( 'i686' 'x86_64' )
6
url="http://NO_WEBSITE"
7
license=( 'unknown' )
8
groups=()
9
depends=()
10
install=rpgds.install
11
provides=( 'rpgds' )
12
source=( "http://rpgds.elbenshira.com/rpgds-linux-r11.run" )
13
md5sums=()
14
build() {
15
chmod a+x rpgds-linux-r11.run
16
./rpgds-linux-r11.run
17
rm rpgds-linux-r11.run
18
}