2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libXpm
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 02:12:26 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2015-05-04 13:03:01 +10:00
|
|
|
# Depends on: xorg-libxext xorg-libxt
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxpm
|
2023-10-04 08:45:50 +02:00
|
|
|
version=3.5.17
|
2016-12-15 23:09:49 +01:00
|
|
|
release=1
|
2022-11-20 13:47:46 +00: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
|
2023-01-20 11:12:23 +01:00
|
|
|
./configure --prefix=/usr --disable-open-zfile
|
2006-04-07 18:48:00 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|