Alarm Clock
=================

This package contains a program for use with the GNOME panel.

Requirements
------------

You need at least:

    glib-2.16.0
    gtk-2.12.0
    gconf-2.0
    gio-2.0
    gnome-icon-theme
    gstreamer-0.10.2
    libnotify-0.4.1
    libxml-2.0
    unique-1.0

Installation
------------

Unpackage with:

tar zxvf alarm-clock-<VERSION>.tar.gz
cd alarm-clock-<VERSION>


Compile with the usual:

./configure
make
make install
