#!/bin/env beesh

SRCURL[0]="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-${PKGVERSION}.tar.bz2"

PATCHURL[0]="/src/mariux/download/yp-tools-2.12-yppasswd-skip-old-password-check-when-shadow-passwor.patch"

PGRP=( uncategorized )

# EXCLUDE=""

mee_patch() {
    bee_patch
}

mee_configure() {
    bee_configure
}

mee_build() {
    bee_build
}

mee_install() {
    bee_install
}