2016-02-24 01:27:23 +01:00
|
|
|
version=0.1
|
|
|
|
source=(http://github.org/milisarge/malfs/mps-$version.tar.gz)
|
2017-10-27 23:59:41 +02:00
|
|
|
derle()
|
2016-02-24 01:27:23 +01:00
|
|
|
{
|
|
|
|
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
|
|
|
|
}
|