pkgname = "wget";
version = "1.9.1";
group = "wget";
user = "wget";
archive = "wget-1.9.1.tar.gz";
command = "tar xfz wget-1.9.1.tar.gz";
command = "cd wget-1.9.1";
command = "./configure --prefix=/usr --sysconfdir=/etc";
command = "make";
command = "make install";
command = "cd ..";
command = "rm -rf wget-1.9.1";
time = "20061118 00:09:50 Sat";
