xorg/xorg-xproto/Pkgfile

21 lines
447 B
Plaintext
Raw Normal View History

2013-04-02 13:14:12 +02:00
# Description: Headers defining the X Window System Core Protocol, Version 11
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
name=xorg-xproto
2015-07-01 19:12:19 +02:00
version=7.0.28
2006-04-07 18:48:00 +02:00
release=1
2006-04-08 13:26:12 +02:00
source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2011-01-07 15:22:05 +01:00
2013-11-23 08:14:18 +01:00
rm -r $PKG/usr/share/doc
find $PKG -empty -delete
2006-04-07 18:48:00 +02:00
}