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

18 lines
385 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:
2016-07-26 22:24:03 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: libxcb xcb-util-renderutil xcb-util-image
name=xcb-util-cursor
2016-07-26 22:24:03 +02:00
version=0.1.3
2016-02-24 01:27:23 +01:00
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
}