17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
# Tanım: Athena Widget araclari
|
||
# URL: http://xorg.freedesktop.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: xorg-proto xorg-libx11 xorg-libxext xorg-libxt xorg-libxmu xorg-libxpm xorg-libxau
|
||
|
||
name=xorg-libxaw
|
||
version=1.0.13
|
||
release=1
|
||
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXaw-$version.tar.bz2)
|
||
|
||
derle() {
|
||
cd libXaw-$version
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|