milis/talimatname/genel/libdvdread/talimat

19 lines
411 B
Plaintext
Raw Normal View History

2017-03-30 10:44:09 +02:00
# Description: DVD video disklerini okumak için basit bir temel sağlar
2016-02-24 01:27:23 +01:00
# URL: http://mplayerhq.hu
2017-03-30 10:44:09 +02:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=libdvdread
version=5.0.3
release=1
source=(http://download.videolan.org/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/libdvdread-$version
make
make DESTDIR=$PKG install
}