milis/talimatname/genel/x/xorg-libxaw3d/talimat

17 lines
433 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: 3-D icin Athena uygulama araclari
# URL: URL: http://directory.fsf.org/project/xaw3d/
# Paketçi: milisarge
# Gerekler: xorg-proto xorg-libxmu xorg-util-macros
name=xorg-libxaw3d
version=1.6.2
release=1
source=(http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-$version.tar.bz2)
build() {
cd libXaw3d-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}