updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / liveamp / PKGBUILD
blobecd4e6be1af1538beb55c45d667d910d6fcb90b0
1 #Maintainer: Naelstrof <naelstrof@gmail.com>
3 pkgname=liveamp
4 pkgver=3
5 pkgrel=1
6 pkgdesc="Makes your desktop wallpaper flash to active sounds!"
7 url="http://steamcommunity.com/id/Naelstrof"
8 arch=('i686' 'x86_64')
9 license=('MIT')
10 if [ "${CARCH}" = "x86_64" ]; then
11 depends=('libpng' 'pulseaudio' 'lib32-libpulse' 'libxext' 'libx11')
12 else
13 depends=('lib32-libpng' 'pulseaudio' 'lib32-libpulse' 'lib32-libxext' 'lib32-libx11')
15 makedepends=('make' 'gcc' 'tar')
16 source=()
17 md5sums=()
19 build() {
20    cd "$srcdir"
21    git clone git://github.com/naelstrof/liveamp.git
22    cd "liveamp"
23    make
27 package() {
28         cd "$srcdir/liveamp"
29     make DESTDIR=$pkgdir install