21 lines
369 B
Plaintext
21 lines
369 B
Plaintext
# Tanım: XCB X protokol açıklamaları
|
||
# URL: http://xcb.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: python
|
||
# Grup: sistem
|
||
|
||
isim=xcb-proto
|
||
surum=1.12
|
||
devir=1
|
||
|
||
kaynak=(http://xcb.freedesktop.org/dist/xcb-proto-$surum.tar.bz2)
|
||
|
||
derle() {
|
||
cd xcb-proto-$surum
|
||
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|