diff --git a/common/shlibs b/common/shlibs index 1529e77c05e..1ca8222a31a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/uhttpmock-devel b/srcpkgs/uhttpmock-devel new file mode 120000 index 00000000000..4b6188a33f6 --- /dev/null +++ b/srcpkgs/uhttpmock-devel @@ -0,0 +1 @@ +uhttpmock \ No newline at end of file diff --git a/srcpkgs/uhttpmock/template b/srcpkgs/uhttpmock/template new file mode 100644 index 00000000000..f5add463ddd --- /dev/null +++ b/srcpkgs/uhttpmock/template @@ -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 " +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 + } +}