17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
# Description: xorg configuration files
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
# Depends on: xorg-util-macros
|
|
|
|
name=xorg-cf-files
|
|
version=1.0.8
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/util/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|