blob: 8e38fc9480e51d07350428e0b18c78a0c66be1ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Description: xorg proto fixesproto
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierrny1 at hispeed dot ch
name=xorg-fixesproto
version=5.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2)
build() {
cd fixesproto-$version
./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
|