mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- add package recordproto
This commit is contained in:
parent
74b82b7672
commit
95d1ac9172
15
packages/x11/proto/recordproto/build
Executable file
15
packages/x11/proto/recordproto/build
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
1
packages/x11/proto/recordproto/url
Normal file
1
packages/x11/proto/recordproto/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://xorg.freedesktop.org/archive/individual/proto/recordproto-1.14.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user