diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
commit | 2c94bd2955b56b177726687b71d4b443a8e1a9f3 (patch) | |
tree | 67bacd5fb46f35200c13f195a97641698b2c17cd /extra/libdmapsharing/PKGBUILD | |
parent | c38ea439c0779806288a1fa5bc6801c350623c6a (diff) | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/projectm/PKGBUILD
core/udev/PKGBUILD
extra/libdmapsharing/PKGBUILD
multilib/lib32-udev/PKGBUILD
multilib/wine/PKGBUILD
Diffstat (limited to 'extra/libdmapsharing/PKGBUILD')
-rw-r--r-- | extra/libdmapsharing/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/libdmapsharing/PKGBUILD b/extra/libdmapsharing/PKGBUILD index 2347fc4f7..fb532e990 100644 --- a/extra/libdmapsharing/PKGBUILD +++ b/extra/libdmapsharing/PKGBUILD @@ -1,21 +1,25 @@ -# $Id: PKGBUILD 117405 2011-04-01 16:34:19Z ibiru $ +# $Id: PKGBUILD 125725 2011-05-28 15:53:41Z ibiru $ #Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=libdmapsharing -pkgver=2.9.7 +pkgver=2.9.12 pkgrel=1 -pkgdesc="Libdmapsharing is a library you may use to access and share DMAP content" -arch=('i686' 'x86_64' 'mips64el') +pkgdesc="A library that implements the DMAP family of protocols" +arch=('i686' 'x86_64') url="http://www.flyn.org/projects/libdmapsharing/index.html" license=('LGPL2.1') depends=('libsoup' 'avahi' 'gstreamer0.10-base' 'gdk-pixbuf2') options=('!libtool') source=(http://www.flyn.org/projects/libdmapsharing/${pkgname}-${pkgver}.tar.gz) -md5sums=('5eeded6d82ed2c2f6f310b9bd484798c') +md5sums=('ec34948df21e9ba0656c917b10fed1c3') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --with-mdns=avahi make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } |