2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg configuration files
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-14 10:21:15 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2012-07-16 01:18:38 +10:00
|
|
|
# Depends on: xorg-util-macros
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-cf-files
|
2023-02-23 08:24:43 +01:00
|
|
|
version=1.0.8
|
2006-05-19 20:45:37 +02:00
|
|
|
release=1
|
2023-02-23 08:24:43 +01:00
|
|
|
source=(https://www.x.org/releases/individual/util/$name-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|