diff options
Diffstat (limited to 'xorg/xorg-libxdamage/Pkgfile')
-rw-r--r-- | xorg/xorg-libxdamage/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxdamage/Pkgfile b/xorg/xorg-libxdamage/Pkgfile new file mode 100644 index 000000000..e76423d0c --- /dev/null +++ b/xorg/xorg-libxdamage/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Damage extension client library +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes, xorg-xextproto, xorg-damageproto + +name=xorg-libxdamage +version=1.1.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2) + +build() { + cd libXdamage-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |