summaryrefslogtreecommitdiff
path: root/lesstif/Pkgfile
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2007-05-20 02:48:18 +0300
committerAntti Nykanen <aon@iki.fi>2007-05-20 02:48:18 +0300
commit053457adc5a39cf2242f74652f1999a8b2760691 (patch)
tree718a53d72746069683b4ab01a0d41d2985b9c3b5 /lesstif/Pkgfile
parent67d311841ef8d62cd723ae56826e397634f13208 (diff)
downloadopt-053457adc5a39cf2242f74652f1999a8b2760691.tar.gz
opt-053457adc5a39cf2242f74652f1999a8b2760691.tar.xz
lesstiff: reimported
Thanks to Mike VanRoy for pointing out that it was missing.
Diffstat (limited to 'lesstif/Pkgfile')
-rw-r--r--lesstif/Pkgfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/lesstif/Pkgfile b/lesstif/Pkgfile
new file mode 100644
index 000000000..04d3f7d6f
--- /dev/null
+++ b/lesstif/Pkgfile
@@ -0,0 +1,28 @@
+# Description: A free replacement for Motif
+# URL: http://www.lesstif.org/
+# Maintainer: Antti Nykanen, aon at iki dot fi
+# Depends on: xorg
+
+name=lesstif
+version=0.95.0
+release=1
+source=(http://dl.sf.net/lesstif/lesstif-$version.tar.bz2
+ lesstif-$version-libxpm.patch
+ lesstif-$version-vendorsp.patch)
+
+build() {
+ cd lesstif-$version
+ patch -p0 -i $SRC/lesstif-$version-libxpm.patch
+ patch -p0 -i $SRC/lesstif-$version-vendorsp.patch
+ ./configure \
+ --prefix=/usr \
+ --enable-nonstandard-conversions \
+ --disable-debug \
+ --with-editres \
+ --with-xdnd
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/LessTif $PKG/usr/bin/mwm \
+ $PKG/usr/lib/X11/{app-defaults,mwm} \
+ $PKG/usr/man/man{1/mwm.1,5/mwmrc.5}
+}

Generated by cgit