xorg/xorg-xcb-util-wm/Pkgfile

17 lines
370 B
Plaintext
Raw Normal View History

2012-07-16 14:17:17 +02:00
# Description: XCB utilities library
# URL: https://xcb.freedesktop.org/
2012-07-16 14:17:17 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2012-09-29 19:04:15 +02:00
# Depends on: xorg-libxcb
2012-07-16 14:17:17 +02:00
name=xorg-xcb-util-wm
2022-10-19 09:57:36 +02:00
version=0.4.2
2012-07-16 14:17:17 +02:00
release=1
2022-10-19 09:57:36 +02:00
source=(https://xcb.freedesktop.org/dist/xcb-util-wm-$version.tar.xz)
2012-07-16 14:17:17 +02:00
build() {
cd xcb-util-wm-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}