compat-32/xorg-libxdamage-32/Pkgfile
2015-04-28 19:42:49 +10:00

20 lines
484 B
Plaintext

# Description: X Damage extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-damageproto-32 xorg-libxfixes-32
name=xorg-libxdamage-32
version=1.1.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
build() {
cd libXdamage-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/include
}