xorg/xorg-libxdamage/Pkgfile

17 lines
390 B
Plaintext

# Description: X Damage extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxfixes
name=xorg-libxdamage
version=1.1.6
release=1
source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.xz)
build() {
cd libXdamage-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}