xorg/xorg-xrdb/Pkgfile

19 lines
373 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: x server resource database utility
# URL: http://xorg.freedesktop.org
2012-07-15 21:40:22 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxmu
2006-04-07 18:48:00 +02:00
name=xorg-xrdb
2018-03-10 16:47:11 +01:00
version=1.1.1
release=1
source=(https://www.x.org/releases/individual/app/xrdb-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xrdb-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}