milis/talimatname/genel/media-player-info/talimat

21 lines
488 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.

# Description: Medya oynatıcı özelliklerini açıklayan veri dosyaları, post-HAL sistemleri için
# URL: http://cgit.freedesktop.org/media-player-info/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: python3
name=media-player-info
version=22
release=1
source=(http://www.freedesktop.org/software/$name/$name-$version.tar.gz )
build() {
cd $name-$version
./configure --prefix=/usr \
--with-udevdir=/lib/udev
LANG="en_US.UTF-8" make
make DESTDIR=$PKG install
}