]> git.armaanb.net Git - asd-repo.git/blob - junk/tlp/build
Create junk repo
[asd-repo.git] / junk / tlp / build
1 #!/bin/sh -e
2
3 # This is needed since tlp uses the non posix compliant -w flag of flock.
4 patch -p1 < tlp-no-flock-wait.patch
5
6 export DESTDIR="$1"
7 export TLP_BIN=/usr/bin
8 export TLP_SBIN=/usr/bin
9 export TLP_ULIB=/usr/lib/udev
10 export TLP_WITH_ELOGIND=0
11 export TLP_WITH_SYSTEMD=0
12 export TLP_NO_BASHCOMP=1
13 export TLP_NO_INIT=1
14 export TLP_NO_TPACPI=1
15 export TLP_NMDSP=/dev/null
16
17 make
18 make install
19 make install-man