2008-03-08 19:26:50 +01:00
|
|
|
# Description: Compositing manager for X
|
2024-12-20 21:20:11 +01:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2012-07-16 13:41:34 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-libxcomposite xorg-libxdamage xorg-libxrender
|
2008-03-08 19:26:50 +01:00
|
|
|
|
|
|
|
name=xorg-xcompmgr
|
2024-12-20 21:20:11 +01:00
|
|
|
version=1.1.10
|
2019-03-26 17:48:15 +01:00
|
|
|
release=1
|
2024-12-20 21:20:11 +01:00
|
|
|
source=(https://www.x.org/releases/individual/app/xcompmgr-$version.tar.xz)
|
2008-03-08 19:26:50 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xcompmgr-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2008-03-08 19:26:50 +01:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|