xorg/xorg-libxdamage/Pkgfile

19 lines
403 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
2013-01-05 18:33:02 +01:00
version=1.1.4
2006-04-07 18:48:00 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXdamage-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}