summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/libmms
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-07-19 00:09:39 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-07-19 00:09:39 (GMT)
commit7577e4afd76fc97777b36bc22635a5239138a0c0 (patch)
tree1323db03adc3be103e42f855d8de724eb10c529d /abs/extra-testing/libmms
parente2bbd05483795f82106dd43a577037fd3bda8ee6 (diff)
parent2912f0964498d3d2e80e875a2fd1c2016b9e9253 (diff)
downloadlinhes_pkgbuild-7577e4afd76fc97777b36bc22635a5239138a0c0.zip
linhes_pkgbuild-7577e4afd76fc97777b36bc22635a5239138a0c0.tar.gz
linhes_pkgbuild-7577e4afd76fc97777b36bc22635a5239138a0c0.tar.bz2
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/libmms')
-rw-r--r--abs/extra-testing/libmms/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/abs/extra-testing/libmms/PKGBUILD b/abs/extra-testing/libmms/PKGBUILD
new file mode 100644
index 0000000..81c7474
--- /dev/null
+++ b/abs/extra-testing/libmms/PKGBUILD
@@ -0,0 +1,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
+}