milis/talimatname/genel/x/xorg-libxv/talimat

17 lines
417 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X Video uzantısı istemcisi kitaplığı
2016-02-24 01:27:23 +01:00
# URL: http://xorg.freedesktop.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-proto xorg-libx11 xorg-libxext
2016-02-24 01:27:23 +01:00
name=xorg-libxv
version=1.0.10
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXv-$version.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd libXv-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}