updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / alsa-hda-tools-git / PKGBUILD
blobadd28def939e0f212b63a6262602188e94dfb897
1 pkgname=alsa-hda-tools-git
2 pkgver=20101229
3 pkgrel=1
4 pkgdesc="Tools for the Linux High Definition Audio (HDA) ALSA driver"
5 arch=('i686' 'x86_64')
6 url="http://git.alsa-project.org/?p=alsa-hda-tools.git;a=summary"
7 license=('GPL')
8 depends=('pygtk' 'python2')
9 makedepends=('git')
10 conflicts=('hda-verb' 'hda-verb-git')
11 source=(patch)
12 md5sums=('a0a0b3441be2ce61625cc13f7fda6258')
13 _gitroot="git://git.alsa-project.org/alsa-hda-tools.git"
14 _gitname="alsa-hda-tools"
16 build() {
17   cd $startdir/src
18   msg "Connecting to GIT server...."
20   if [ -d $startdir/src/$_gitname ] ; then
21     cd $_gitname && git pull origin
22     msg "The local files are updated."
23   else
24     git clone $_gitroot
25   fi
27   msg "GIT checkout done or server timeout"
28   msg "Starting make..."
29   cd $srcdir/${_gitname}
30   msg "Building hda-verb"
31   cd hda-verb
32   make && install -D -m755 hda-verb  $pkgdir/usr/bin/hda-verb
33   cd ../hda-analyzer
34   patch -Np0 -i ../../patch
35   chmod +x * && install -m755 * $pkgdir/usr/bin/
36   rm $pkgdir/usr/bin/run.py