summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxp/Pkgfile
blob: 96406d993e976d4292803950501f95cd4df9fcb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie pour Xorg 7
# URL: http://xorg.freedesktop.org 
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-printproto, xorg-libx11, xorg-libxext

name=xorg-libxp
version=1.0.0
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.bz2)


build() {
	# build package
		cd libXp-$version
		./configure --prefix=/usr \
		--mandir=/usr/share/man
		make
		make DESTDIR=$PKG install
}