new xorg-xcb-util-xrm port
This commit is contained in:
parent
7f50fbf9a4
commit
810bf33ccb
|
@ -0,0 +1,16 @@
|
||||||
|
# Description: XCB utility functions for the X resource manager
|
||||||
|
# URL: https://github.com/Airblader/xcb-util-xrm
|
||||||
|
# Maintainer: Alexander Zhirov
|
||||||
|
# Depends on: xorg-xcb-util xorg-libx11
|
||||||
|
|
||||||
|
name=xorg-xcb-util-xrm
|
||||||
|
version=1.3
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${version}/xcb-util-xrm-${version}.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd xcb-util-xrm-${version}
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
Loading…
Reference in New Issue