opt/openmotif/Pkgfile

19 lines
449 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
}