xorg/xorg-libxpm/Pkgfile

19 lines
372 B
Plaintext

# 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.14
release=1
source=(https://www.x.org/releases/individual/lib/libXpm-$version.tar.xz)
build() {
cd libXpm-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}