SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "alarm-clock"

# SliTaz package receipt.

PACKAGE="alarm-clock"
VERSION="1.4.3"
CATEGORY="utilities"
SHORT_DESC="Simple GTK alarm clock"
MAINTAINER="pankso@slitaz.org"
DEPENDS="gtk+ libunique libnotify gstreamer"
BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \
intltool"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
# There's no more website for it. Keep it anyway???
#WEB_SITE="http://www.alarm-clock.pl/"
#WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/a/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    chmod +x install-sh
    ./configure && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/alarm-clock $fs/usr/share
    cp -a $_pkg/usr/share/icons $fs/usr/share
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)