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