1 # Maintainer: Vi0L0 <vi0l093@gmail.com>
3 pkgname="amdoverdrivectrl"
6 pkgdesc="Tool for controling the frequency and fan settings of AMD/ATI video cards."
8 url="http://sourceforge.net/projects/amdovdrvctrl"
10 depends=('catalyst-utils' 'wxgtk>=2.8.10' 'gcc-libs')
12 if [ "$CARCH" = "i686" ]; then
14 source=("http://downloads.sourceforge.net/project/amdovdrvctrl/deb%20binaries/amdoverdrivectrl_${pkgver}_${debarch}.deb")
15 md5sums=('583789ab2adcec45912633eb45faf8d9')
18 if [ "$CARCH" = "x86_64" ]; then
20 source=("http://downloads.sourceforge.net/project/amdovdrvctrl/deb%20binaries/amdoverdrivectrl_${pkgver}_${debarch}.deb")
21 md5sums=('f400839c4984b0aa5de438e72390e243')
27 ar x amdoverdrivectrl_${pkgver}_${debarch}.deb || return 1
28 tar -zxf data.tar.gz || return 1
29 mv usr ${pkgdir} || return 1