milis/talimatname/genel/x/xine-ui/talimat

23 lines
670 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.

# Tanım: Unix için ücretsiz video oynatıcı
# URL: http://www.xine-project.org
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: xine-lib curl xorg-libxft xorg-libxxf86vm xdg-utils shared-mime-info hicolor-icon-theme desktop-file-utils
isim=xine-ui
surum=0.99.9
devir=1
kaynak=(http://downloads.sourceforge.net/xine/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-x \
--disable-lirc \
--without-aalib \
--enable-debug
make
make DESTDIR=$PKG desktopdir=/usr/share/applications install
}