diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-01-18 20:45:50 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-01-18 20:48:41 +0100 |
commit | d9c5076be1d16f2783716d2bd5de59769e1afb26 (patch) | |
tree | 18d25004eff03a46465fd1f1a7cc2abb866b431f /recipes/upnp | |
parent | 3fb36bf3002f5b8e6f19187ead8567072db53e15 (diff) |
gupnp-tools: added 0.8
Diffstat (limited to 'recipes/upnp')
-rw-r--r-- | recipes/upnp/gupnp-tools_0.8.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/upnp/gupnp-tools_0.8.bb b/recipes/upnp/gupnp-tools_0.8.bb new file mode 100644 index 0000000000..be4f3510b6 --- /dev/null +++ b/recipes/upnp/gupnp-tools_0.8.bb @@ -0,0 +1,6 @@ +LICENSE = "GPL" +DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" + +SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig |