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

20 lines
416 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: XCB yardımcı programları kitaplığı
# URL: http://xcb.freedesktop.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libxcb xorg-util-macros
name=xcb-util-renderutil
version=0.3.9
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
}