xorg/xorg-libxpm/Pkgfile

19 lines
383 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.11
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.bz2)
build() {
cd libXpm-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}