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

18 lines
390 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 imleç kitaplığı
# URL: http://cgit.freedesktop.org/xcb/util-cursor:
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libxcb xcb-util-renderutil xcb-util-image
name=xcb-util-cursor
version=0.1.3
release=1
source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.bz2)
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}