20 lines
354 B
Plaintext
20 lines
354 B
Plaintext
|
# Tanım: XCB X protokol açıklamaları
|
|||
|
# URL: http://xcb.freedesktop.org
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python
|
|||
|
|
|||
|
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
|
|||
|
}
|