Adding gtkpod, and fixing libgpod meta info.

svn path=/nixpkgs/trunk/; revision=15016
This commit is contained in:
Lluís Batlle i Rossell
2009-04-13 15:41:10 +00:00
parent a899bfc687
commit 8e09a9bb3d
3 changed files with 29 additions and 0 deletions

View File

@@ -8,4 +8,10 @@ stdenv.mkDerivation {
};
buildInputs = [ gettext perl perlXMLParser pkgconfig glib libxml2 ];
meta = {
homepage = http://gtkpod.sourceforge.net/;
description = "Library used by gtkpod to access the contents of an ipod";
license = "LGPL";
};
}