[arch-commits] Commit in mono-upnp/trunk (PKGBUILD)

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


    Date: Thursday, March 22, 2012 @ 13:57:04
  Author: daniel
Revision: 154078

upgpkg: mono-upnp 0.1.1-1

Dependency for new banshee upstream release

Modified:
  mono-upnp/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-22 17:55:50 UTC (rev 154077)
+++ PKGBUILD	2012-03-22 17:57:04 UTC (rev 154078)
@@ -6,18 +6,20 @@
 pkgver=0.1.1
 pkgrel=1
 pkgdesc="UPNP binding for Mono/.NET"
-arch=('any')
+arch=('i686' 'x86_64')
 url="https://github.com/mono/mono-upnp"
 license=('MIT')
 depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp')
-source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ec50d6b5f7a3fd679d0ce1970078507d')
+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
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
@@ -28,5 +30,3 @@
 
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-
-




More information about the arch-commits mailing list