[arch-commits] Commit in mono-upnp/repos (4 files)

Daniel Isenmann daniel at archlinux.org
Thu Mar 22 17:57:25 UTC 2012


    Date: Thursday, March 22, 2012 @ 13:57:25
  Author: daniel
Revision: 154079

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mono-upnp/repos/extra-i686/
  mono-upnp/repos/extra-i686/PKGBUILD
    (from rev 154078, mono-upnp/trunk/PKGBUILD)
  mono-upnp/repos/extra-x86_64/
  mono-upnp/repos/extra-x86_64/PKGBUILD
    (from rev 154078, mono-upnp/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: mono-upnp/repos/extra-i686/PKGBUILD (from rev 154078, mono-upnp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-03-22 17:57:25 UTC (rev 154079)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=mono-upnp
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="UPNP binding for Mono/.NET"
+arch=('i686' 'x86_64')
+url="https://github.com/mono/mono-upnp"
+license=('MIT')
+depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('35b3e2ab07407eed018a5b24c22241aa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --help
+  
+  sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: mono-upnp/repos/extra-x86_64/PKGBUILD (from rev 154078, mono-upnp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-22 17:57:25 UTC (rev 154079)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=mono-upnp
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="UPNP binding for Mono/.NET"
+arch=('i686' 'x86_64')
+url="https://github.com/mono/mono-upnp"
+license=('MIT')
+depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('35b3e2ab07407eed018a5b24c22241aa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --help
+  
+  sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}




More information about the arch-commits mailing list