#!/bin/sh
#
# Copyright 2005 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Available under the terms of the GNU GPL.
#

NAME="libcap"
VERSION="1.10"
REVISION="3"

PKG_SOURCEURL='ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/$NAME-$VERSION.tar.bz2'

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

cflags
prepare
analyzesource
#configure
make
spewdo "cd $PKG_BUILDROOT"
spewdo "make install FAKEROOT=$PKG_STAGEROOT"
#makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
