xorg/xorg-xcompmgr/Pkgfile

19 lines
415 B
Plaintext
Raw Normal View History

2008-03-08 19:26:50 +01:00
# Description: Compositing manager for X
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-libxcomposite xorg-libxdamage xorg-libxrender
2008-03-08 19:26:50 +01:00
name=xorg-xcompmgr
2019-03-26 17:48:15 +01:00
version=1.1.8
release=1
source=(https://www.x.org/releases/individual/app/xcompmgr-$version.tar.bz2)
2008-03-08 19:26:50 +01:00
build() {
cd xcompmgr-$version
./configure --prefix=/usr
2008-03-08 19:26:50 +01:00
make
make DESTDIR=$PKG install
}