Update template

This commit is contained in:
Wizzard 2024-02-26 01:39:30 -05:00
parent f2b00c3ed5
commit eef6b4d4b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
pkgname=ip-lookup
version=1.0
version=1.1
revision=1
wrksrc="${pkgname}-${version}"
build_style=gnu-makefile
@ -16,10 +16,10 @@ do_extract() {
:
}
do_build() {
make
make -C ${wrksrc} SRCDIR=${wrksrc}/src OBJDIR=${wrksrc}/bin
}
do_install() {
vbin ip-lookup
vbin ${wrksrc}/bin/ip-lookup
}