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

18 lines
383 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: XCB imleç kitaplığı
2016-02-24 01:27:23 +01:00
# URL: http://cgit.freedesktop.org/xcb/util-cursor:
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: libxcb xcb-util-renderutil xcb-util-image
2016-02-24 01:27:23 +01:00
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)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}