updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / weidu-bin / PKGBUILD
blob95ed7bbd1ace79e29167e5c9d81b3e8cbf7518d8
1 # Maintainer: increative <thomas at famsim dot de>
3 pkgname=weidu-bin
4 pkgver=229
5 pkgrel=1
6 pkgdesc="A dialogue compiler for Infinity Engine games (precompiled binary)"
7 arch=(i686 x86_64)
8 url="http://weidu.org"
9 license=('GPL')
10 depends=("libxdiff" "tk")
11 source=(http://www.weidu.org/~thebigg/WeiDU-Linux-$pkgver.zip
12         weidu.sh)
14 _optdir=${pkgdir}/opt/weidu
15 _profiledir=${pkgdir}/etc/profile.d
17 package() {
18   cd "$srcdir/WeiDU-Linux"
19   install -D -m755 ./tisunpack ${_optdir}/tisunpack
20   install -D -m755 ./tolower ${_optdir}/tolower
21   install -D -m755 ./WeiDU ${_optdir}/WeiDU
22   install -D -m755 ./WeiGUI ${_optdir}/WeiGUI
23   install -D -m755 ./WeInstall ${_optdir}/WeInstall
24   install -D -m644 ./README-WeiDU.html ${_optdir}/README-WeiDU.html
25   install -D -m644 ./readme-tisunpack.txt ${_optdir}/readme-tisunpack.txt
26   install -D -m644 ./COPYING ${_optdir}/COPYING
27   install -D -m755 ../../weidu.sh ${_profiledir}/weidu.sh
29 md5sums=('659fdeda6d9e7f5b64a6f068661cf93c'
30          '53a1d802dfa4b9056d1dd92a074bc683')