# Description: xorg lib libXpm # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-libxext xorg-libxt name=xorg-libxpm version=3.5.13 release=1 source=(https://www.x.org/releases/individual/lib/libXpm-$version.tar.bz2) build() { cd libXpm-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }