add hwdata (from Debian)

svn path=/nixpkgs/trunk/; revision=3685
This commit is contained in:
Armijn Hemel
2005-08-24 17:13:24 +00:00
parent c0506b8029
commit fb7710c197
3 changed files with 23 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
source $stdenv/setup
export DESTDIR=$out
genericBuild
+10
View File
@@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "hwdata-0.159";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/pool/main/h/hwdata/hwdata_0.159.orig.tar.gz;
md5 = "5756e42e70955b15dc62cfcdbaa1c885";
};
}