xorg/xorg-libxpm/Pkgfile

19 lines
373 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
2019-12-13 14:03:34 +01:00
version=3.5.13
2016-12-15 23:09:49 +01:00
release=1
source=(https://www.x.org/releases/individual/lib/libXpm-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXpm-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}