More metadata

svn path=/nixpkgs/trunk/; revision=23808
This commit is contained in:
Yury G. Kudryashov
2010-09-15 12:57:49 +00:00
parent e6a787f44a
commit 10376e7ba1
7 changed files with 58 additions and 3 deletions
@@ -11,4 +11,12 @@ stdenv.mkDerivation rec {
url = "http://musicip-libofa.googlecode.com/files/${name}.tar.gz";
sha256 = "184ham039l7lwhfgg0xr2vch2xnw1lwh7sid432mh879adhlc5h2";
};
meta = {
homepage = http://code.google.com/musicip-libofa/;
description = "LibOFA - Library Open Fingerprint Architecture";
longDescription = ''
LibOFA (Library Open Fingerprint Architecture) is an open-source audio
fingerprint created and provided by MusicIP'';
};
}