pkgname = "wget";
version = "1.9.1";
user = "wget";
groups = "";
group = "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 = "20061202 05:33:12 Sat";
