# Depends on: xorg-proto xorg-libx11 xorg-libxt xorg-libxext

description="libXpm, library Xorg"
url="http://xorg.freedesktop.org"
packager="pierre at nutyx dot org"
alias=(libXpm)
name=xorg-libxpm
version=3.5.12
release=1

source=(http://ftp.x.org/pub/individual//lib/libXpm-$version.tar.bz2)

build() {
cd libXpm-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}
