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

18 lines
381 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: XCB cursor library
# URL: http://cgit.freedesktop.org/xcb/util-cursor:
# Packager: pierre at nutyx dot org
# Depends on: libxcb xcb-util-renderutil xcb-util-image
name=xcb-util-cursor
version=0.1.2
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
}