You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
352 B
15 lines
352 B
8 years ago
|
import 'compile/configure'
|
||
9 years ago
|
|
||
|
name=pdnsd
|
||
|
version=1.2.9a
|
||
|
update_url="http://members.home.nl/p.a.rombouts/$name/dl.html"
|
||
|
|
||
|
dlextract "http://members.home.nl/p.a.rombouts/$name/releases/$name-$version-par.tar.gz" \
|
||
8 years ago
|
'2f3e705d59a0f9308ad9504b24400769'
|
||
9 years ago
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_configure
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|