opt/xaw3d/Pkgfile

18 lines
457 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: 3D-style graphics library for X
2012-02-06 13:09:27 +01:00
# URL: http://directory.fsf.org/wiki/Xaw3d
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2008-06-22 14:51:22 +02:00
# Depends on: xorg-libxpm, xorg-libxmu, xorg-imake
2006-02-23 16:26:10 +01:00
name=xaw3d
2012-04-03 17:51:20 +02:00
version=1.6.2
2012-02-06 13:09:27 +01:00
release=1
source=(http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
2012-02-06 13:09:27 +01:00
cd libXaw3d-$version
./configure --prefix=/usr
make
2006-02-23 16:26:10 +01:00
make DESTDIR=$PKG install
2012-02-06 13:09:27 +01:00
rm -r $PKG/usr/share
2006-02-23 16:26:10 +01:00
}