#!/bin/sh
#
# Copyright 2005 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="ubuntu-sounds"
VERSION="0.3"
REVISION="1"

PKG_SOURCEURL='http://archive.ubuntu.com/ubuntu/pool/main/u/$NAME/ubuntu-sounds_$VERSION.tar.gz'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh
PKG_ARCH="noarch"

cflags
prepare
analyzesource
make
makeinstall

spewdo "chmod -R a+r $PKG_STAGEROOT"

tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
