xorg/xorg-libxp/Pkgfile

19 lines
418 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
# Depends on: xorg-libxext xorg-util-macros printproto
name=xorg-libxp
2015-02-23 14:41:42 +01:00
version=1.0.3
2014-01-09 12:58:53 +01:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.bz2)
build() {
cd libXp-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}