added meta tag to xvidcap

svn path=/nixpkgs/trunk/; revision=13071
This commit is contained in:
Marc Weber 2008-10-14 15:26:25 +00:00
parent 9fd8d270e1
commit 1669c048a2

View file

@ -13,4 +13,10 @@ stdenv.mkDerivation {
# !!! don't know why this is necessary
NIX_LDFLAGS = "-rpath ${libXext}/lib";
meta = {
description = "screencast video catpuring tool";
homepage = http://xvidcap.sourceforge.net/;
license = "GPLv2";
};
}