milis/talimatname/genel/xine-ui/talimat

23 lines
685 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: Unix için ücretsiz video oynatıcı
# URL: http://www.xine-project.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: xine-lib curl xorg-libxft xorg-libxxf86vm xdg-utils shared-mime-info hicolor-icon-theme desktop-file-utils
name=xine-ui
version=0.99.9
release=1
source=(http://downloads.sourceforge.net/xine/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-x \
--disable-lirc \
--without-aalib \
--enable-debug
make
make DESTDIR=$PKG desktopdir=/usr/share/applications install
}