xorg/xorg-libxpm/Pkgfile

17 lines
391 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# 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
2006-04-07 18:48:00 +02:00
name=xorg-libxpm
2023-04-18 11:05:02 +02:00
version=3.5.16
2016-12-15 23:09:49 +01:00
release=1
2022-11-20 14:47:46 +01:00
source=(https://www.x.org/releases/individual/lib/libXpm-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXpm-$version
./configure --prefix=/usr --disable-open-zfile
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}