New package: lesstif-0.95.2

This commit is contained in:
Enno Boland 2014-05-29 20:34:58 +02:00
parent b5b24873ec
commit 91efd80d26
3 changed files with 39 additions and 0 deletions

View File

@ -1631,3 +1631,6 @@ libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1
libnxml.so.0 libnxml-0.18.3_1
libmrss.so.0 libmrss-0.19.2_1
libuv.so.0.10 libuv-0.10.27_1
libXm.so.2 lesstif-0.95.2_1
libMrm.so.2 lesstif-0.95.2_1
libUil.so.2 lesstif-0.95.2_1

1
srcpkgs/lesstif-devel Symbolic link
View File

@ -0,0 +1 @@
lesstif

35
srcpkgs/lesstif/template Normal file
View File

@ -0,0 +1,35 @@
# Template build file for 'lesstif'
pkgname=lesstif
version=0.95.2
revision=1
build_style=gnu-configure
short_desc="LGPL'd re-implementation of Motif"
maintainer="Enno Boland"
license="LGPL"
homepage="http://lesstif.sourceforge.net/"
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=eb4aa38858c29a4a3bcf605cfe7d91ca41f4522d78d770f69721e6e3a4ecf7e3
hostmakedepends="pkg-config"
makedepends="libXt-devel libXp-devel libXft-devel libXrender-devel fontconfig-devel freetype-devel libX11-devel libICE-devel"
configure_args="--prefix=/usr \
--mandir=/usr/share/man \
--docdir=/usr/share/doc \
--with-xdnd \
--enable-production \
--enable-nonstandard-conversions \
--enable-editres \
--enable-build-21 \
--disable-static \
--disable-debug \
--x-includes=/usr/include \
--x-libraries=/usr/lib"
lesstif-devel_package() {
depends="lesstif>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/share
}
}