xorg/xorg-libxp/Pkgfile

19 lines
362 B
Plaintext
Raw Normal View History

2014-01-09 12:58:53 +01:00
# Description: X11 X Print Library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-libxext
2014-01-09 12:58:53 +01:00
name=xorg-libxp
2015-02-23 14:41:42 +01:00
version=1.0.3
release=3
source=(https://www.x.org/releases/individual/lib/libXp-$version.tar.bz2)
2014-01-09 12:58:53 +01:00
build() {
cd libXp-$version
./configure --prefix=/usr
2014-01-09 12:58:53 +01:00
make
make DESTDIR=$PKG install
}