Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
|
|
|
name=unetbootin
|
|
|
|
version=613
|
|
|
|
update_url="https://unetbootin.github.io/linux_download.html"
|
|
|
|
|
|
|
|
dlfile "https://launchpad.net/$name/trunk/$version/+download/$name-linux64-$version.bin" \
|
|
|
|
"d5d1cddc144fc64d8291c33ebd4f457b"
|
|
|
|
header_end
|
|
|
|
|
|
|
|
install -D $name-linux64-$version.bin "$dir_install$dir_prefix/bin/$name"
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|