17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
|
# Tanım: X.Org libxshmfence kutuphanesi
|
|||
|
# URL: http://xorg.freedesktop.org
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: xorg-proto xorg-libx11
|
|||
|
|
|||
|
isim=xorg-libxshmfence
|
|||
|
surum=1.2
|
|||
|
devir=1
|
|||
|
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libxshmfence-$surum.tar.bz2)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd libxshmfence-$surum
|
|||
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|