# Contributor: Phosphor Azimuth # Maintainer: Phosphor Azimuth pkgname=ncsa-mosaic pkgver=2.7_git20211020 pkgrel=1 _commit="6b855b30e84f050391f333b5033f2fadeaa9b1b2" pkgdesc="One of the first graphical web browsers" url="https://github.com/alandipert/ncsa-mosaic" arch="x86_64 x86" license="custom" depends="motif libxt libxmu nx-libs libjpeg-turbo libpng" makedepends="git motif-dev libxmu-dev libxt-dev libjpeg-turbo-dev libpng-dev libxpm-dev" subpackages="$pkgname-doc" options="!check" # package has no tests source="$url/archive/$_commit/ncsa-mosaic-$_commit.tar.gz" builddir="$srcdir/$pkgname-$_commit" build() { make linux customflags=-fcommon } package() { install -Dm755 src/Mosaic "$pkgdir/usr/bin/ncsa-mosaic" install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname" install -Dm644 docs/resources.html "$pkgdir/usr/share/doc/$pkgname" } sha512sums=" 1485cdbcc23d0211519721feb3a457437c421df75fdf4236a11c5f985982113bd580c2a0d871dda1c04d48ab159ac4ac6381cee349a124f16c5d422aa5c07e65 ncsa-mosaic-6b855b30e84f050391f333b5033f2fadeaa9b1b2.tar.gz "