# Description: X11 X Print Library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-libxext name=xorg-libxp version=1.0.4 release=1 source=(https://www.x.org/releases/individual/lib/libXp-$version.tar.xz) build() { cd libXp-$version ls ./configure --prefix=/usr make make DESTDIR=$PKG install }