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

24 lines
731 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: Xine, unix benzeri sistemler için ücretsiz, GPL lisanslı bir video oynatıcıdır
# 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
# Grup: medya
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
}