milis/talimatname/genel/l/libdv/talimat

18 lines
414 B
Plaintext
Raw Normal View History

2017-03-30 10:38:11 +02:00
# Description: 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-03-30 10:38:11 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: popt sdl xorg-libxv
name=libdv
version=1.0.0
release=1
source=(http://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-xv \
--disable-static
make
make DESTDIR=$PKG install
}