xorg/xorg-libxp/Pkgfile

20 lines
365 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
2022-09-18 08:08:51 +02:00
version=1.0.4
release=1
source=(https://www.x.org/releases/individual/lib/libXp-$version.tar.xz)
2014-01-09 12:58:53 +01:00
build() {
cd libXp-$version
2022-09-18 08:08:51 +02:00
ls
2014-01-09 12:58:53 +01:00
./configure --prefix=/usr
2014-01-09 12:58:53 +01:00
make
make DESTDIR=$PKG install
}