summaryrefslogtreecommitdiffstats
path: root/abs/extra/libmms/PKGBUILD
blob: 81c7474afd6cfa63d2a530f4fb86691484e08047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#$Id$
#Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=libmms
pkgver=0.4
pkgrel=1
pkgdesc="MMS stream protocol library"
arch=(i686 x86_64)
url="https://launchpad.net/libmms"
license=(LGPL)
depends=('glib2>=2.16.4')
options=('!libtool')
source=(http://launchpad.net/libmms/trunk/${pkgver}/+download/libmms-${pkgver}.tar.gz)
md5sums=('4a681a815186fe26bb1b02ccea57fb75')

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  ./configure --prefix=/usr --disable-static || return 1
  make || return 1
  make DESTDIR=${startdir}/pkg install || return 1
}