[arch-commits] Commit in (4 files)
Jan de Groot
jgc at nymeria.archlinux.org
Sun Feb 23 17:56:47 UTC 2014
Date: Sunday, February 23, 2014 @ 18:56:47
Author: jgc
Revision: 206308
Add new package for libgdata
Added:
uhttpmock/
uhttpmock/repos/
uhttpmock/trunk/
uhttpmock/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Added: uhttpmock/trunk/PKGBUILD
===================================================================
--- uhttpmock/trunk/PKGBUILD (rev 0)
+++ uhttpmock/trunk/PKGBUILD 2014-02-23 17:56:47 UTC (rev 206308)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 206275 2014-02-23 13:44:21Z jgc $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=uhttpmock
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="HTTP web service mocking project for projects which use libsoup"
+url="https://gitorious.org/uhttpmock/pages/Home"
+depends=('glib2' 'libsoup')
+license=('LGPL2.1')
+arch=(i686 x86_64)
+source=(http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
+md5sums=('e79bfb0d51c4de4058a2f4103dc0cd6b')
More information about the arch-commits
mailing list