  cd $name-$version
  # autoreconf -fvi
  ./configure --prefix=/usr

  make
  make DESTDIR="$PKG" install

