mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package:
- re-add package xineramaproto
This commit is contained in:
15
packages/x11/proto/xineramaproto/build
Executable file
15
packages/x11/proto/xineramaproto/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/xineramaproto/url
Normal file
1
packages/x11/proto/xineramaproto/url
Normal file
@@ -0,0 +1 @@
|
||||
http://xorg.freedesktop.org/archive/individual/proto/xineramaproto-1.2.tar.bz2
|
||||
Reference in New Issue
Block a user