mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add package util-macros
This commit is contained in:
parent
94a93b46d9
commit
6b40815111
14
packages/x11/util/util-macros/build
Executable file
14
packages/x11/util/util-macros/build
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
1
packages/x11/util/util-macros/url
Normal file
1
packages/x11/util/util-macros/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://xorg.freedesktop.org/archive/individual/util/util-macros-1.8.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user