milis/talimatname/genel/xorg-compositeproto/talimat

21 lines
419 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Bileşik uzatma protokolü belirtimi ve üstbilgi dosyaları
# URL: http://xorg.freedesktop.org
# Packager: milisarge
# Depends on:
name=xorg-compositeproto
version=0.4.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2)
build() {
cd compositeproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}