gource: added meta information and moved the package into version-management category

svn path=/nixpkgs/trunk/; revision=31570
This commit is contained in:
Peter Simons
2012-01-15 11:44:02 +00:00
parent 97e815a9af
commit 3c8a798411
3 changed files with 36 additions and 14 deletions
-13
View File
@@ -1,13 +0,0 @@
{stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew, mesa}:
stdenv.mkDerivation {
name = "gource-0.37";
src = fetchurl {
url = http://gource.googlecode.com/files/gource-0.37.tar.gz;
sha256 = "03kd9nn65cl1p2jgn6pvpxmvnfscz3c8jqds90fsc0z37ij2iiyn";
};
buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa];
}