libxres.guncellendi
This commit is contained in:
parent
cd13206878
commit
f092be45cb
|
@ -2,9 +2,10 @@
|
||||||
# URL: http://xorg.freedesktop.org
|
# URL: http://xorg.freedesktop.org
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: xorg-proto xorg-libx11 xorg-libxext
|
# Gerekler: xorg-proto xorg-libx11 xorg-libxext
|
||||||
|
# Grup: xorg
|
||||||
|
|
||||||
isim=xorg-libxres
|
isim=xorg-libxres
|
||||||
surum=1.0.7
|
surum=1.2.0
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXres-$surum.tar.bz2)
|
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXres-$surum.tar.bz2)
|
||||||
|
|
||||||
|
@ -13,4 +14,6 @@ derle() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
rm -rf $PKG/usr/share/man
|
||||||
|
rmdir "${PKG}/usr/share" || true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue