updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / soundmosaic / PKGBUILD
blob764fa5cf695bedef488bb4067a0a1f8f1e5a2c9f
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=soundmosaic
4 pkgver=1.2
5 pkgrel=1
6 pkgdesc="Constructs an approximation of one sound out of small pieces of other sounds."
7 arch=(i686 x86_64)
8 url="http://awesame.org/soundmosaic/"
9 license=('GPL')
10 depends=('libx11' 'audiofile')
11 source=($url$pkgname-$pkgver.tar.gz)
12 md5sums=('fe1b80c6e9c2254fec5df8b2004b76d0')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr
18   make
21 package() {
22   cd "$srcdir/$pkgname-$pkgver"
24   make DESTDIR="$pkgdir/" install
27 # vim:set ts=2 sw=2 et: