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