#!/bin/mkpkg # *** OpenTUX *** # description: X Pixmap library # url: https://xorg.freedesktop.org name=libxpm version=3.5.18 release=1 depends=(libxext libxt) source=(https://www.x.org/releases/individual/lib/libXpm-$version.tar.xz) sha256sums=( "b4ed79bfc718000edee837d551c35286f0b84576db0ce07bbbebe60a4affa1e4" ) build() { cd libXpm-$version ./configure \ --prefix=/usr \ --disable-open-zfile make make DESTDIR=$PKG install } signify() { untrusted comment: *** OpenTUX *** public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh