add gssdp and gupnp, some Universal Plug and Play thingies

svn path=/nixpkgs/trunk/; revision=12149
This commit is contained in:
Armijn Hemel
2008-06-18 19:03:58 +00:00
parent 7bf0c5ba01
commit 7ab5540a4a
2 changed files with 20 additions and 3 deletions
@@ -0,0 +1,17 @@
args: with args;
stdenv.mkDerivation {
name = "gupnp-0.12";
src = fetchurl {
url = http://www.gupnp.org/sources/gupnp/gupnp-0.12.tar.gz;
sha256 = "1sm1rqvx752nb3j1yl7h30kx2ymndkji8m73fxshjssmc6z40ayg";
};
buildInputs = [
pkgconfig glib libxml2 gssdp libsoup e2fsprogs
#dbus.libs dbus_glib gtk glib
];
#configureFlags="";
}