smlinux/xorg/libxaw3dxft/libxaw3dxft.SMBuild

31 lines
746 B
Text
Executable file

app=libxaw3dxft
version=1.6.2d
build=1sml
homepage="http://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/"
download="https://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/libXaw3dXft-$version.tar.bz2"
desc="xaw3d library for xpaint"
requires="libxmu libxpm libxaw3d"
build() {
mkandenterbuilddir
rm -rf libXaw3dXft-$version
tar xf $srcdir/libXaw3dXft-$version.tar.?z*
cd libXaw3dXft-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
5f3bbfd34ac6a2f806a0efce7e4441b7484d0421fa58bb8efb0fb4180b001540ff32680b412edd2de3ff6f832e0afbc2232b2bb18b2c9b08f4e41499f10fa1fd libXaw3dXft-1.6.2d.tar.lz
"