xorg/xorg-libxdamage/Pkgfile

17 lines
390 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Damage extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
2012-07-15 17:40:12 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-04-14 12:01:33 +02:00
# Depends on: xorg-libxfixes
2006-04-07 18:48:00 +02:00
name=xorg-libxdamage
2022-12-05 13:42:55 +01:00
version=1.1.6
2006-04-07 18:48:00 +02:00
release=1
2022-12-05 13:42:55 +01:00
source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXdamage-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}