mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
babeld: add version definition
This commit is contained in:
parent
804715c4cc
commit
57d6154a94
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'babeld'
|
||||
pkgname=babeld
|
||||
version=1.9.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=babeld-babeld-${version}
|
||||
build_style=gnu-makefile
|
||||
short_desc="Babel loop-avoiding distance-vector routing daemon"
|
||||
|
@ -12,6 +12,10 @@ distfiles="https://github.com/jech/babeld/archive/babeld-${version}.tar.gz"
|
|||
checksum=16e18dbd9f8442feaa68487f5919a8ff8f7d95c62a9c7a3c42b7adf31bd4a9b3
|
||||
patch_args="-Np1"
|
||||
|
||||
pre_build() {
|
||||
echo ${version}-${revision} > version
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin babeld
|
||||
vman babeld.man babeld.8
|
||||
|
|
Loading…
Add table
Reference in a new issue