xorg/xorg-libxpm/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
373 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.12
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
}