18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
version=0.1
|
|
source=(http://github.org/milisarge/malfs/mps-$version.tar.gz)
|
|
derle()
|
|
{
|
|
cd mps-$version
|
|
|
|
PKG_CONFIG_PATH=/tools/lib/pkgconfig \
|
|
|
|
install -m755 mps /tools/bin/mps
|
|
install -m755 mpsd /tools/bin/mpsd
|
|
|
|
install -m666 mpsd.conf /tools/etc/mpsd.conf
|
|
install -m666 onmpsd.conf /tools/etc/onmpsd.conf
|
|
install -m666 dokunulmaz /tools/etc/dokunulmaz
|
|
|
|
mkdir -pv $LFS/var/lib/pkg/DB
|
|
}
|