20 lines
390 B
Plaintext
20 lines
390 B
Plaintext
# Description: User preference utility for X
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
# Depends on: xorg-libxmu
|
|
|
|
name=xorg-xset
|
|
version=1.2.5
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/app/xset-$version.tar.xz)
|
|
|
|
build() {
|
|
cd xset-$version
|
|
|
|
./configure --prefix=/usr \
|
|
--without-xf86misc
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|