milis/talimatname/genel/xcb-util-wm/talimat

19 lines
425 B
Plaintext

# Description: XCB utilities library
# URL: http://xcb.freedesktop.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libxcb xcb-util xorg-util-macros
name=xcb-util-wm
version=0.4.1
release=1
source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}