summaryrefslogtreecommitdiff
path: root/pcr/libshout-idjc/PKGBUILD
blob: 84ece611ccd507a0ea4ce27336e5e97b608655a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer (Arch): M0Rf30
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

pkgname=libshout-idjc
pkgver=2.4.1
pkgrel=2
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
depends=('libvorbis' 'libtheora' 'speex')
options=('!libtool' '!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
provides=('libshout')
conflicts=('libshout')
license=('LGPL')

build()
{
  cd "$srcdir/$pkgname-$pkgver"
  autoreconf -fi
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make LDFLAGS+=-lspeex
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="${pkgdir}" install
  
}

md5sums=('8c29d5a17207489c9d61a8b501774af4')