milis/talimatname/genel/x/xf86-video-openchrome/talimat

27 lines
604 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.

# Tanım: X.Org Openchrome sürücüsü
# URL: http://xorg.freedesktop.org
# Paketçi: milisarge
# Gerekler: xorg xorg-libdrm xorg-libxvmc
# Grup: sürücü
isim=xf86-video-openchrome
surum=0.6.164
devir=1
kaynak=()
derle() {
if [ ! -d $DERLEME_KAYNAKDIZIN/$isim ];then
git clone https://anongit.freedesktop.org/git/openchrome/xf86-video-openchrome.git $DERLEME_KAYNAKDIZIN/$isim
else
cd $DERLEME_KAYNAKDIZIN/$isim
git pull
cd -
fi
cp -r $DERLEME_KAYNAKDIZIN/$isim $SRC/
cd $SRC/$isim
./autogen.sh --prefix=/usr --enable-debug --enable-xv-debug
make
make DESTDIR=$PKG install
}