# eggdrop, http://www.eggheads.org

name=eggdrop
version=1.6.19
release=1
source=(ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/$name$version.tar.bz2)

build() {
    cd $name$version
    ./configure
    make config
    make
    make DEST=$PKG/usr/lib/eggdrop install
    install -D -m0644 eggdrop.conf $PKG/usr/lib/eggdrop/example.conf
    chown root.root $PKG -R
}
