Plasmoid for ebay item
----------------------

Shows ebay item info on your desktop. Shows shipping price considering 
your country. Periodically updates item info.  Alerts when less then 5 
minutes left. Starts your browser and opens item page when "Place bid" 
or "Buy it now" plasmoid button pressed. 
No registration.  Not  requires ebay user credentials.  Simple to use. 
Just drag and drop  item number or item url on plasmoid.  Also you can 
copy item  number or  item  url  to clipboard and paste to plasmoid by 
appropriate button. 

-- Build and install instructions --

You need KDE 4.4 or higher

cd /where/you/ungzip/sources
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make 

(next command requires root privileges)
make install

You might need to run kbuildsycoca4
in order to get the .desktop file recognized.

-- Uninstall instructions --
(with root privileges)

cd build
make uninstall


