2006-04-07 18:48:00 +02:00
|
|
|
# Description: X Window System RGB database
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 13:51:02 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-02-08 20:57:33 +01:00
|
|
|
# Depends on: xorg-xorgproto
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-rgb
|
2022-10-30 10:46:02 +00:00
|
|
|
version=1.1.0
|
|
|
|
release=1
|
|
|
|
source=(https://www.x.org/releases/individual/app/rgb-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd rgb-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|