#!/bin/sh

name="xpenguins"
title="XPenguins"
package="xpenguins"
version="2.2"
build="1"
noarch="n"
build_info="Standard build."

info="Cool little penguins on your windows."
desc="This program animates a friendly family of penguins in your root
window. They drop in from the top of the screen, walk along the
tops of your windows, up the side of your windows, up the side of
the screen, and sometimes even levitate with their
genetically-modified go-go-gadget 'copter ability."
category="toys/desktop"
environment="x11"
contact="$name@packages.packware.gnu.pl"
vendor="The Packware Project"
vendor_id="pw"

requires=""
obsoletes=""
conflicts=""

docs_source="AUTHORS,ChangeLog,COPYING,INSTALL,NEWS,README"
docs_cwd=""

strip_bin="y"
reset_own="y"
reset_dir="y"
reset_fil="y"
delete_cat="y"

. /usr/src/tgz/lib/builder.defs

add_source http://xpenguins.seul.org/$name-$version.tar.gz

configure_option --prefix=/usr/X11R6

install_option DESTDIR=$pkg_main

parent_package="$package"
write_info main

cd $src1

do_configure
do_make
do_install

make_docs

make_package main

clean_up

# ChangeLog
#
# 2002/06/10 Jaroslaw Swierczynski <swiergot@intersec.pl>
# - Initial release.
#
