milis/talimatname/genel/l/libdv/talimat

18 lines
407 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Quasar DV codec (libdv), DV video için bir yazılım codec bileşenidir
2016-02-24 01:27:23 +01:00
# URL: http://downloads.sourceforge.net/libdv
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: popt sdl xorg-libxv
2016-02-24 01:27:23 +01:00
name=libdv
version=1.0.0
release=1
source=(http://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr --disable-xv \
--disable-static
make
make DESTDIR=$PKG install
}