Permalink
Newer
100755
26 lines (17 sloc)
390 Bytes
1
#!/bin/env beesh
2
3
SRCURL[0]="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-${PKGVERSION}.tar.bz2"
4
5
PATCHURL[0]="/src/mariux/download/yp-tools-2.12-yppasswd-skip-old-password-check-when-shadow-passwor.patch"
6
7
PGRP=( uncategorized )
8
9
# EXCLUDE=""
10
11
mee_patch() {
12
bee_patch
13
}
14
15
mee_configure() {
16
bee_configure
17
}
18
19
mee_build() {
20
bee_build
21
}
22
23
mee_install() {
24
bee_install
25
}
26