20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
# Tanım: X.Org icin Xres kutuphanesi
|
||
# URL: http://xorg.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: xorg-proto xorg-libx11 xorg-libxext
|
||
# Grup: kütüphane
|
||
|
||
isim=xorg-libxres
|
||
surum=1.2.0
|
||
devir=1
|
||
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXres-$surum.tar.bz2)
|
||
|
||
derle() {
|
||
cd libXres-$surum
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
rm -rf $PKG/usr/share/man
|
||
rmdir "${PKG}/usr/share" || true
|
||
}
|