Update package version to 6.14.0
This commit is contained in:
@@ -15,21 +15,18 @@ prepare() {
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
# arpd depends on berkely DB which is not included in Tide Linux at the moment
|
||||
sed -i /ARPD/d Makefile
|
||||
rm -fv man/man8/arpd.8
|
||||
|
||||
make NETNS_RUN_DIR=/run/netns
|
||||
}
|
||||
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
make SBINDIR=/usr/sbin DESTDIR="$BPM_OUTPUT" install
|
||||
mkdir -pv "$BPM_OUTPUT"/usr/share/doc/iproute2
|
||||
cp -v COPYING README* "$BPM_OUTPUT"/usr/share/doc/iproute2
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/iproute2/COPYING
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user