#!/bin/bash
#
# Copyright 2004-2008 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Available under the terms of the GNU GPL.
#

NAME="libtasn1"
VERSION="2.3"
REVISION="1"

PKG_SOURCEURL='http://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh


cflags
prepare
analyzesource
configure
make
makecheck
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
