New package: uhttpmock-0.2.0.

This commit is contained in:
Juan RP 2014-03-27 11:51:39 +01:00
parent e219c60b25
commit 7b1151b56f
3 changed files with 27 additions and 0 deletions

View file

@ -1501,3 +1501,4 @@ libmozjs-24.so mozjs24-24.2.0_1
libmediaart-1.0.so.0 libmediaart-0.3.0_1
libinput.so.0 libinput-0.1.0_1
libvaladoc.so.0 valadoc-git-20140327_1
libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1

1
srcpkgs/uhttpmock-devel Symbolic link
View file

@ -0,0 +1 @@
uhttpmock

View file

@ -0,0 +1,25 @@
# Template file for 'uhttpmock'
pkgname=uhttpmock
version=0.2.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="glib-devel libsoup-devel"
short_desc="HTTP web service mocking project for projects which use libsoup"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="https://gitorious.org/uhttpmock/pages/Home"
distfiles="http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$version.tar.xz"
checksum=6bc8df4cb2e0484a029ae159becc20b3df3dcc4c0ea493d25e9e2b4ab8a39e93
uhttpmock-devel_package() {
short_desc+=" - development files"
depends="glib-devel libsoup-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}
}