opt/openmotif/Pkgfile
2006-02-23 15:26:10 +00:00

19 lines
449 B
Plaintext

# Description: The Open Motif toolkit and standard Motif clients (such as MWM)
# URL: http://www.motifzone.com
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: x11
name=openmotif
version=2.2.3
release=2
source=(ftp://ftp.ics.com/pub/Products/Motif/om${version}/src/openMotif-$version.tar.gz)
build() {
cd openMotif-$version
./configure --prefix=/usr
sed -i 's/demos//' Makefile
make
make DESTDIR=$PKG install
}