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.
19 lines
511 B
19 lines
511 B
8 years ago
|
name=TLP
|
||
|
version=0.8
|
||
|
update_url="https://github.com/linrunner/$name/releases"
|
||
|
update_names="/archive/$version.tar.gz"
|
||
|
|
||
|
dlextract "https://github.com/linrunner/$name/archive/$version.tar.gz" \
|
||
|
'd53ef993ce96ccff904d6caad1f14006'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
make install-tlp \
|
||
|
TLP_LIBDIR="/$dir_prefix/$dir_libdir" \
|
||
|
TLP_SBIN="/$dir_prefix/$dir_sbindir" \
|
||
|
TLP_BIN="/$dir_prefix/$dir_bindir" \
|
||
|
TLP_NO_INIT=1 \
|
||
|
DESTDIR="$dir_install"
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|