xorg/xorg-libxaw/Pkgfile

22 lines
554 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Athena Widgets toolkit
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2007-09-06 19:32:55 +02:00
# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxt, xorg-libxmu, xorg-libxpm, xorg-libxau
2006-04-07 18:48:00 +02:00
name=xorg-libxaw
2010-06-26 16:13:35 +02:00
version=1.0.7
2011-01-03 16:19:40 +01:00
release=2
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXaw-$version
2011-01-03 16:19:40 +01:00
./configure --prefix=/usr --mandir=/usr/man --disable-docs
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
2010-06-26 16:13:35 +02:00
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
2006-04-07 18:48:00 +02:00
}