milis/talimatname/genel/xorg-libxdamage/talimat

17 lines
429 B
Plaintext

# Description: X.Org icin Xdamage kutuphanesi
# URL: http://xorg.freedesktop.org
# Packager: milisarge
# Depends on: xorg-libx11 xorg-proto xorg-libxfixes
name=xorg-libxdamage
version=1.1.4
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXdamage-$version.tar.bz2)
build() {
cd libXdamage-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}