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=TLP
|
|
|
|
version=0.9
|
|
|
|
update_url="https://github.com/linrunner/$name/releases"
|
|
|
|
update_names="/archive/$version.tar.gz"
|
|
|
|
|
|
|
|
dlextract "https://github.com/linrunner/$name/archive/$version.tar.gz" \
|
|
|
|
'952712c5de56e5fcb9a165b1cd8ba4e0'
|
|
|
|
header_end
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
make install-tlp \
|
|
|
|
TLP_SBIN="/$dir_prefix/$dir_sbindir" \
|
|
|
|
TLP_BIN="/$dir_prefix/$dir_bindir" \
|
|
|
|
TLP_TLIB="/$dir_prefix/$dir_datadir/tlp-pm" \
|
|
|
|
TLP_PLIB="/$dir_prefix/$dir_libdir/pm-utils" \
|
|
|
|
TLP_CONF="/$dir_sysconfdir/default/tlp" \
|
|
|
|
TLP_SHCPL="/$dir_prefix/$dir_datadir/bash-completion/completions" \
|
|
|
|
TLP_MAN="/$dir_prefix/$dir_mandir" \
|
|
|
|
TLP_NO_INIT=1 \
|
|
|
|
DESTDIR="$dir_install"
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|